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

**Describe the bug** SSE transport doesn't allow error bodies to be written, unlike other transports: (Full source based on samples used in the curl requests is at https://gist.github.com/byteit101/63c5fe645cbfa7e2222948bd77e72d51 ) ```java...

2.7.10

**Describe the bug** In `AtmosphereRequestImpl.wrap` the request attributes are copied into `LocalAttributes` instance of request builder one by one. `LocalAttributes` internally stores attributes in a `ConcurrentHashMap`, that does not accept...

**Description of the bug** We got the following intermittent failure several times: ``` java.lang.NullPointerException: Cannot load from object array because the return value of "java.util.Map.get(Object)" is null at org.atmosphere.cpr.AtmosphereRequestImpl.getParameter(AtmosphereRequestImpl.java:399) at...

Do you plan to support the HTTP/3 Web Transport API? > It is designed to be more flexible and efficient than WebSockets by allowing for more advanced features such as...

3.1.0

I am using Atmosphere framework for web socket communication in my application. The generated web socket URLs contains X-Atmosphere-tracking-id, X-Atmosphere-Framework, X-Atmosphere-Transport, X-atmo-protocol etc. parameters as query string like mentioned below...

Spring Boot 3 native applications require compile time definitions of which reflection data needs to be available at runtime. Atmosphere could provide this info for its own classes by adding...

3.1.0

**Describe the bug** Broadcasters with names that contain both { and } are never cleaned up. **Atmosphere Info** 2.7.4 (bug introduced in 2.6.0) **Repro Steps** Configure a lifecycle strategy, such...

Hello guys, I am trying to find a solution for compression websocket messages, if you can help, it will be very nice - atmosphere version 2.7.6 - atmosphere.js 3.1.3 I...

Atmosphere version: 2.7.14 Java version: 8 We get the following exception: ``` 15:21:08,709 ERROR [org.atmosphere.cpr.AsynchronousProcessor] (nioEventLoopGroup-3-5) : java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer; at org.atmosphere.client.TrackMessageSizeInterceptor$Interceptor.transformPayload(TrackMessageSizeInterceptor.java:173) ``` This did not happen on Atmosphere versions 2.7.10,...

**Describe the bug** I'm moving my application from running on Java 8 with Atmosphere 2.7.9 and Jetty 9.4 to running on Java 17 with Atmosphere 3.0.8 and Jetty 12.0.9 but...