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 am using wasync to connect using websocket to an Atmosphere server that, while developing, is on the same machine. I kept getting timeouts when trying to open the wasync...

StreamTransport#onStatusReceived propagates only the response status code: TransportsUtil.invokeFunction(MESSAGE, decoders, functions, Integer.class, new Integer(responseStatus.getStatusCode()), STATUS.name(), resolver); I would like to translate that status into an exception and this requires also the...

When creating a connection in Android activities in onCreate (like shown here http://jfarcand.wordpress.com/2013/04/04/wasync-websockets-with-fallbacks-transports-for-android-node-js-and-atmosphere/) the exception android.os.NetworkOnMainThreadException is thrown. wasync seems to invoke networking methods not on in a background thread....

We're getting some unexpected messages passed down to the message function. And also the padding seems to be one character too long (see the inline comment). In my debugging it...

Bumps [testng](https://github.com/cbeust/testng) from 7.5 to 7.5.1. Release notes Sourced from testng's releases. TestNG v7.5.1 What's Changed Cherrypick Zip Slip Vulnerability to 7.5 release by @​prashil-g in cbeust/testng#2899 New Contributors @​prashil-g...

dependencies

Hi, I know it's been a while since this change has been introduced, but I was wondering if you could still remember the rationale behind it as it doesn't look...