wasync icon indicating copy to clipboard operation
wasync copied to clipboard

WebSockets with fallback transports client library for Node.js, Android and Java

Results 26 wasync issues
Sort by recently updated
recently updated
newest added

Hi, From my understanding of the Atmosphere Specification, simple http pooling should be available : https://github.com/Atmosphere/wasync/wiki/Atmosphere-Client-Specification-1.0#transports-supported I can't find anywhere. Due to the lack of async servlet on our application...

Hi, I think there's a bug in class TransportsUtil.java. ``` for (Object m : l) { return matchDecoder(e, m, nd, decodedObjects); } ``` matchDecoder will be invoked only for the...

Hi, The following test doesnot work me : 1- Start Atmosphere Chat Webapp (tomcat container) 2- Run a java program that sends a message every 5s seconds 3- I stop...

Hi there! I have a problem using wasync in my project. Project architecture and configuration: Server side: Websphere 8.5 - Atmosphere Framework 2.3.8, protocol STREAMING, casuse WS is not supported...

Currently AHC doesn't carry the cookie under the hood. So to support stickiness it's needed to read the received cookie header and set it back on the Request object.

I'm trying to figure out the best way for PrimeFaces browser clients to send/receive messages with standalone android app client using wAsync. It seems that the android app is able...

I'm unable to receive any messages larger than 8k. Any thing larger than 8k doesn't get raised as a message event until another message less than 8k is received. I...

Please, add `maven-bundle-plugin` to `pom.xml` of wasync library and allow to install this library as OSGi bundle. There are two workarounds that enable to use `wasync` in OSGi envrionment: 1....

enhancement

Any plans on natively supporting ws compression in the client (`deflate`)?

enhancement