Open jcelliott opened 9 years ago
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.
If such a thing doesn't exist, perhaps we should create one?
@beatgammit said:
Fixing this in the serializer is probably the best place to do it, since that prevents null from ever accidentally making it in.
We can also add a simple check in a few places like this
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.