wamp_client 0.6.0
wamp_client: ^0.6.0 copied to clipboard
A library for WAMP protocol client. WAMP is the Web Application Messaging Protocol (https://wamp-proto.org)
Changelog #
0.6.0 #
- Supports Dart 3
0.5.0 #
- Add: supports WAMP Ticket authentication.
0.4.0 #
- Add: supports WAMP-CRA authentication.
0.3.1 #
- Fix: type error of
unregister
method.
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