Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Fogapod Fogapod released this 26 Jun 07:42

Breaking changes

run method of both client and server now runs handler directly. It means that it will block your application if called with await. You should create task to run it now.

What's new

Implemeted stop methods for client and server.