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

**Summary** I have identified a few classes with refactoring potential along with its estimated time to refactor, specifically AbstractJetty9AsyncSupportWithWebSocket.java. The estimated time is based on historical commits containing refactoring and...

Hi, @jfarcand **Issue Description** Package _org.atmosphere.interceptor_ is a promiscuous package, and groups together miscellaneous functionalities that might be useful to different subsystems. This means the cohesion between classes in the...

## Background Jetty 9 defaults to supporting e.g. the `permessage-deflate` and `x-webkit-deflate-frame` `Sec-WebSocket-Extensions`. Historically, Java code using classes like `java.util.zip.Deflater` have been suspectible to native memory leaks, and especially if...

Another attempt for #2316 Only adds a root mapping for the servlet and not the unsupported `/{path1}/{path2}/` type paths

**Describe the bug** When messages are pushed and the client is downgrading from websockets to long polling, the pushed messages are lost and never delivered to the client. This works...

building Atmosphere with: mvn -Prelease-profile clean install Fails with: A clear and concise description of what the bug is. Invalid “self-closing element not allowed” Googling shows that is a restriction...

I would like to add ping pongs to our Atmosphere deployment. I found the WebSocketPingPongListener, but not documentation or examples on how to use it, so I'm a little lost....

**Describe the bug** I'm creating a socket with long polling and it works when the `attachHeadersAsQueryString` flag is set `True`. However, it breaks when the `attachHeadersAsQueryString` flag is set `True`....

An error is thrown after an browser refresh (clicking on F5 or Cntr-F5). After the refresh the browser client reconnect to the server. This error is thrown on an WAS...

I've noticed that some events don't appear in the documentation, e.g. `onOpenAfterResume()`. Did I overlook something? Is there a summary with an exhaustive list of events and their descriptions?