atmosphere-play icon indicating copy to clipboard operation
atmosphere-play copied to clipboard

Atmosphere Framework for Play!

Results 7 atmosphere-play issues
Sort by recently updated
recently updated
newest added

Hi, is there any chance for supporting Play Framework 2.8.x? Several concepts which were deprecated in 2.6.x have been removed/refactored in 2.7 or 2.8. and atmosphere-play cannot be used with...

Tested from test application. Long-polling not working, it throws ERR_INCOMPLETE_CHUNKED_ENCODING. Could you please confirm if this is an issue or any configuration missing. https://localhost:9443/chat?X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=3.0.5-javascript&X-Atmosphere-Transport=long-polling&X-Atmosphere-TrackMessageSize=true&Content-Type=application%2Fjson&X-atmo-protocol=true&_=1594021894645 net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Any plans to update the library to be compatible with 2.6.x?

Play Framework 2.5.4, atmosphere-play 2.3.0 Used the chat code from the front page of this project, get handshake errors when trying to connect websocket. WebSocket connection to 'ws://localhost:9000/chat?X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=2.3.2-javascript&X-Atmosphere-Transport=websocket&X-Atmosphere-TrackMessageSize=true&Content-Type=application/json&X-atmo-protocol=true' failed: Error...

Hello, ```java @ManagedService(path = "/ws/agent/{id}") public class UserSocketActor { // Something else } ``` This works as expected. However, if you set the configuration [property `application.context`](http://stackoverflow.com/questions/9994917/setting-a-custom-root-url-in-play-2-0#answer-10000664) that won't work. application.context...

Hello, Atmosphere-play 2.1.2 with `@ManagedService` When closing a tab with Android Chrome, the `@Disconnect` method is not fired. `AsyncSupportListener onClose` is fired, but this is not in the context of...

In the AtmosphereUtils near line 72: ``` java URI uri = URI.create(request.remoteAddress()); ``` The result for an IPv6 is not parsed correctly. Maybe something else should be used instead of...