wamp_client 0.3.0
wamp_client: ^0.3.0 copied to clipboard
A library for WAMP protocol client. WAMP is the Web Application Messaging Protocol (https://wamp-proto.org)
Changelog #
0.3.0 #
- Null-safety
0.2.0 #
- Add: User now can listen for onDisconnect method.
- Add: Also user can force close WampClient using client close method.
by andzejsw
0.1.2 #
- Fix for Dart 2.
0.1.1 #
- Add
unregister
method. - Add
prefix
wildcard
match option.
0.0.1 #
- Initial version, created by Stagehand