We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pretty self explanatory, stuff like this:
yield self.call( u"sdk.sendMessage", message, options=CallOptions(timeout=1), **kwargs )
Will hang for as long as I make my server sleep.
I found this TODO in the call function: https://github.com/crossbario/autobahn-python/blob/master/autobahn/wamp/protocol.py#L1428
Am I doing something wrong or is this just not implemented yet?
The text was updated successfully, but these errors were encountered:
The crossbar router doesn't do timeouts yet, no: crossbario/crossbar#299
Sorry, something went wrong.
No branches or pull requests
Pretty self explanatory, stuff like this:
Will hang for as long as I make my server sleep.
I found this TODO in the call function: https://github.com/crossbario/autobahn-python/blob/master/autobahn/wamp/protocol.py#L1428
Am I doing something wrong or is this just not implemented yet?
The text was updated successfully, but these errors were encountered: