v0.4.1-alpha.2
Changes
- Add
on_any
method for asyncClientBuilder
. This adds the capability to react to all incoming events (custom and otherwise). - Add auth option to async
ClientBuilder
. This allows for specifying JSON data that is sent with the first open packet, which is commonly used for authentication. - Bump dependencies and remove calls to deprecated library functions.