You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently timeboxed an exercise to try out play-socketio with a client callback. I attempted to modify the simple Chat sample app using the "Handling Acks" section of docs. I may be using the library wrong, or the client lib wrong, but what I observed is that the first event I emitted was ack'd properly in the client callback, but no subsequent event worked. I also expected the response I sent the callback to show up in the namespaced stream I setup, but I did not see it there.
Hi,
I recently timeboxed an exercise to try out play-socketio with a client callback. I attempted to modify the simple Chat sample app using the "Handling Acks" section of docs. I may be using the library wrong, or the client lib wrong, but what I observed is that the first event I emitted was ack'd properly in the client callback, but no subsequent event worked. I also expected the response I sent the callback to show up in the namespaced stream I setup, but I did not see it there.
These are the changes I made to the sample app:
master...seglo:master
https://github.com/seglo/play-socket.io/blob/master/samples/scala/chat/app/chat/ChatEngine.scala
Any assistance would be appreciated.
Thanks,
Sean
The text was updated successfully, but these errors were encountered: