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

wamp synchronous call blocking indefinitely #174

Open
sunilabc052 opened this issue Oct 4, 2017 · 0 comments
Open

wamp synchronous call blocking indefinitely #174

sunilabc052 opened this issue Oct 4, 2017 · 0 comments

Comments

@sunilabc052
Copy link

I created three autobahn clients; Hello, World, TestClient

World:

registers "com.examples.world" method with bonefish router and returns string

Hello:

registers "com.examples.hello" method with bonefish router. When this methods gets called, it will make a synchronous call to "com.examples.world" and returns the result. Here synchronous call to "com.examples.world" method, blocking indefinitely.

TestClient:

calls "com.examples.hello" method.

How to make synchronous call from autobahn client "Hello" to autobahn client "World"?

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

1 participant