-
Notifications
You must be signed in to change notification settings - Fork 7
Changelog
Ralph Schaer edited this page Jun 14, 2021
·
8 revisions
- Adds fallback handling for binary message when payload byte buffer does not have an array. See Pull Request 10
- Pass options map from the SUBSCRIBE message to the SubscriptionDetail. See Issue #9
- Previous versions always wrap any value, returned by a wamp procedure, into a list. Now based on the returned value type, it either returns a list as is (when method returns a List) or use argumentsKw if procedure returns a Map or use previous logic, and wrap all other types into the list with one element.
- Split the library into different modules
- Initial release