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

Timeouts on WAMP RPC calls don't work #870

Closed
richardartoul opened this issue Jul 9, 2017 · 1 comment
Closed

Timeouts on WAMP RPC calls don't work #870

richardartoul opened this issue Jul 9, 2017 · 1 comment

Comments

@richardartoul
Copy link
Contributor

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?

@meejah
Copy link
Contributor

meejah commented Jul 21, 2017

The crossbar router doesn't do timeouts yet, no: crossbario/crossbar#299

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

No branches or pull requests

2 participants