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
to test the demo.. just click on CONNECT and move the mouse over the box and press Disconnect to stop.
On connect, it will create a GET /info to obtain information about the server
a second connection will be made to /xhr-streaming. It is the connection that will be suspended. I hardcoded the data that I want to received in the AtmosphereInterceptor.
and when you move the mouse, POST will be made, in the AtmosphereInterceptor, I just print the results, nothing important for now. At the end, the data will be sent back on the suspended connection but that's not cover in this sample.
The text was updated successfully, but these errors were encountered:
I created a little sample to show the problem.
I deploy the application on jetty 8.1.7 in the folder : atmosphere-suspend-chat
I access the application with this URL
http://localhost:8080/atmosphere-suspend-chat/index.html
to test the demo.. just click on CONNECT and move the mouse over the box and press Disconnect to stop.
On connect, it will create a GET /info to obtain information about the server
a second connection will be made to /xhr-streaming. It is the connection that will be suspended. I hardcoded the data that I want to received in the AtmosphereInterceptor.
and when you move the mouse, POST will be made, in the AtmosphereInterceptor, I just print the results, nothing important for now. At the end, the data will be sent back on the suspended connection but that's not cover in this sample.
The text was updated successfully, but these errors were encountered: