atmosphere icon indicating copy to clipboard operation
atmosphere copied to clipboard

Event Driven WebSockets Framework with Cross-Browser Fallbacks

Results 51 atmosphere issues
Sort by recently updated
recently updated
newest added

Raising as RFE --------------------- The clientHearBeats can be considered as an event for the broadcaster and use to reset the idle lifecycle time in this way we might not have...

2.6.4

Setting "false" value of **BROADCASTER_SHARABLE_THREAD_POOLS** has no effect on Broadcaster Thread pools. I have 3 broadcasters and I dont want them to share the thread pool. The configuration value is...

Dear atmosphere team I have been trying to implement Stomp with spring Boot . ( base on springboot example and stomp example) It thrown message: ` 2020-01-16 14:24:56.385 WARN 2014...

Our project use atmosphere.js , now I could get the response code is 200 from the "onClose" function. Request.onClose(Response) {} how to get the specified close code from the onClose...

Atmosphere :2.4.32 Stacktrace: ```java [ERROR] [pool-3-thread-52] [org.atmosphere.cpr.AsynchronousProcessor] Interceptor Atmosphere LifeCycle crashed. Processing will continue with other interceptor. java.lang.NullPointerException: null at org.atmosphere.cpr.AtmosphereRequestImpl.getSession(AtmosphereRequestImpl.java:688) ~[atmosphere-runtime-2.4.32.jar:2.4.32] at org.atmosphere.cpr.SessionTimeoutSupport.restoreTimeout(SessionTimeoutSupport.java:69) ~[atmosphere-runtime-2.4.32.jar:2.4.32] at org.atmosphere.cpr.AtmosphereResourceImpl.cancel(AtmosphereResourceImpl.java:826) ~[atmosphere-runtime-2.4.32.jar:2.4.32] at org.atmosphere.cpr.AtmosphereResourceImpl.dirtyClose(AtmosphereResourceImpl.java:919)...

2.5.13

I have a Java Web-App running fine in tomcat when deployed as a war file. When I run it through the tomcat maven plugin, with the "exploded" war file I...

For audit reasons I need to know the IP address of the invoking party of our web socket services. According to a post from a couple of years ago, you...

Dear Team, We are using Atmospehere framework in our product for Async Push Notifications using Websockets/Long-polling. In our Product, we support multiple application sessions in a single browser session using...

I am trying to implement websockets using jersey. I have a method **subscribe** in my AtmosphereServlet which returns SuspendResponse.SuspendResponseBuilder().addListener().build(). I want to subscribe to the topic only when a certain...

I am using atmosphere-runtime 2.4.5, atmosphere-play 2.3.0 and atmosphere-guice 2.4.3. I have a play controller which is created by Guice with this signature: ``` @Singleton public class AsyncController extends Controller...