users@grizzly.java.net

Re: onmessage not invoked when using grizzly-websockets

From: Justin Lee <justin.d.lee_at_oracle.com>
Date: Wed, 18 May 2011 15:40:08 -0400

Right. Make sure you have websockets enabled. I think, though, that
one thing I'm not doing that I probably should is to forcibly close the
connection if the upgrade is requested but there is no application
backing the request. That at least would forcibly fail things from the
client side. I'm in the midst of refactoring that code so I'll add that.

On 5/18/11 3:14 PM, Sebastien Dionne wrote:
> I had the same problem once. Onmessage was never called. If the
> websockets weren't enabled the connect will fail.
> On May 18, 2011 3:11 PM, "Tako Schotanus"<quintesse_at_palacio-cristal.com>
> wrote:
>