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

I have a requirement to connect to my cloud service from , on premise service which is residing behind the firewall of computer. Use case -> Service S1 and CS2(Cloud),...

[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...

I am getting java.io.IOException: Connection Error 200 while connecting to server from Android Client.

Hi there, I'm using Java 1.8.241 with Embedded Jetty 9.29. I've been using the AtmosphereClient to connect. I've recently tried making changes to the server to make use of HTTPS...

Hi, I create the socket like this `AtmosphereClient client = ClientFactory.getDefault().newClient(AtmosphereClient.class);` `RequestBuilder request = client.newRequestBuilder()` ` .method(Request.METHOD.GET)` ` .uri(endpointURI.toString())` ` .trackMessageLength(true)` ` .transport(Request.TRANSPORT.WEBSOCKET);` `_socket = client.create();` If I try to...

I have some code I've created to create a client connection via wasync (2.1.5) to my deployed war instance of Atmosphere . When using websockets, as the number of reconnect...

A simple request, let socket.close() return a Future that can be used to block the current thread until the connection is properly closed.

enhancement

Hi there! I am using wasync 2.3.1 in my current Project and everything worked fine till I tried my app on an API-Level < 25. My app crashes when creating...

Please update to latest more modern version of dependencies.

I have two clients connected to a Java based atmosphere servlet 1. Web - Atmosphere JS 2. Android - Wasync When i push specific data the web client receives it...