You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- the constructors really weren't that much nicer than just using the
struct; they can be added again later if it turns out it's overly
tedious
- also "fixed" Yield to not allow multiple yields for a single call
- will need some work to support the advanced profile, but this
implementation wasn't correct either and had a memory leak
#9 would hopefully prevent things like this from happening in the future, but I don't know if the current test framework actually tests WAMP or if it just tests WebSockets.
If such a thing doesn't exist, perhaps we should create one?
https://github.com/tavendo/WAMP/blob/master/spec/basic.md#call-1
https://github.com/tavendo/WAMP/blob/master/spec/basic.md#empty-arguments-and-keyword-arguments
Specifically in RESULT messages, but we should check INVOCATION and possibly others.
The text was updated successfully, but these errors were encountered: