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

All Atmosphere's Extensions and Plugin

Results 24 atmosphere-extensions issues
Sort by recently updated
recently updated
newest added

Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 3.11 to 3.12.13. Release notes Sourced from hazelcast's releases. 3.12.13 release v3.12.12 3.12.12 release v3.12.11 3.12.11 release v3.12.10 3.12.10 release 3.12.9 This document includes the new features,...

dependencies

Created HazlecastInterceptor that posts the messages onto the same topic on all server. Then after receiving the message from a different server, I follow the same route as I did...

The spring atmosphere extension does not work when using Spring 6 and Spring Boot 3. As far as I can tell, the main reason is that spring is now using...

What is the best way to report a potential security problem in this project? Unfortunately, I didn't find any security contact. Thanks! @flowersinthesand @gdrouet @jfarcand @neotyk @survivant @thabach @vbarrier

In this method ``` @Override public void outgoingBroadcast(Object message) { logger.trace("{} outgoingBroadcast {}", topic, message); // TODO: Prevent message round trip. producer.send(new ProducerRecord(topic, message.toString())); } ``` There are not a...

Dear atmosphere team, Today, I integrate Spring Boot into atmosphere framework, I'm want to Use Spring DI to manage beans in my application so I have used atmosphere-spring extension. 1....

I am using atmosphere-cdi 2.4.5 to `@Inject` a `BroadcasterFactory` but I get this error (I had to change the logging to get more details): `2017-09-27 13:20:38,795 ERROR [org.atmosphere.cdi.CDIObjectFactory] (ServerService Thread...

Environment: Atmosphere-Runtime 2.3.5 Atmosphere-Socket 2.3.2 running in a webapp on Tomcat 7.55 Issue: On shutdown of Tomcat...Tomcat hangs and never terminates Cause: (As far as the issue has been traced)...