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

session closed when calling a remoted procedure using wamp_poco with wamp-server #3

Open
xgdgsc opened this issue Oct 26, 2016 · 1 comment

Comments

@xgdgsc
Copy link
Contributor

xgdgsc commented Oct 26, 2016

I recently encountered a bug described in this rafzi/WAMP_POCO#6 . It doesn' t happen when using the crossbar router , but the session is closed when calling the remoted procedure 'com.myapp.square' using wamp-server. What do you think the problem might be?

@ivaylopivanov
Copy link
Owner

ivaylopivanov commented Oct 26, 2016

Looking at

wamp:session-manager getting session for id: 1663417689599482 +0ms
wamp:transactions setting transaction with ID: 8582995522796246 for sessionID:5399966374875578 +0ms
wamp:session outgoing message: [68,8582995522796246,6706405965372796,{},[6],null] +0ms
wamp:session closing session for ID: 1663417689599482 and IP: 127.0.0.1 +4ms
wamp:session cleaning... +0ms

it seems like the client is emitting close. My best guess is that the client doesn't like the received arguments from the router. Do you have any errors on the client?

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