Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

b/f: Result: autobahn.js expects the details object to be non-null #76

Merged
merged 2 commits into from
May 21, 2015

Conversation

ekroymann
Copy link

According to the WAMP specification the RESULT message send by the dealer should have the following format:

[RESULT, CALL.Request|id, Details|dict]

i.e. the Details dict should be non-null. Autobahn.js relies on this.

@beatgammit
Copy link
Collaborator

Looks good to me. @jcelliott, do you know of anywhere else where we may have missed something similar?

This looks like a fix for #72.

same problem as with RESULT message
@ekroymann
Copy link
Author

Found the same problem with the INVOCATION message and autobahn.js. Will further test against autobahn.js

@marshauf
Copy link
Collaborator

I ran into the same problem. A merge would be nice.

jcelliott added a commit that referenced this pull request May 21, 2015
b/f: Result: autobahn.js expects the details object to be non-null
@jcelliott jcelliott merged commit aee52e8 into jcelliott:v2 May 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants