Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Java client WebSocket exceptions

Hi,

While working on mqtt-spy 0.4.0 beta, I've been testing a snapshot
version of the Paho Java client and the new WebSocket support.

When configured correctly, all looks good.

However, when the wrong port is specified, I keep getting a null
pointer - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=484264 for
more details.

Also, has anyone got any thoughts on what could be the cause of an
"Unexpected error (6)" error at
org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:123)?
I'm getting the impression it might be related to the volume of
messages being received, but I'll try to investigate further.

Many thanks,
Kamil


Back to the top