Atmosphere / wasync

WebSockets with fallback transports client library for Node.js, Android and Java
http://async-io.org
161 stars 47 forks source link

Primefaces + wAsync #135

Open hecnabae opened 8 years ago

hecnabae commented 8 years ago

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 to connect successfully. But, send notification with PF didn't have any effect, the app doesn't receive it, and there were no error messages on either android app or the server.

I'm using Primefaces 5.0 and Wasync 1.4.3.

Is there anyway to do it?