Raphael Pungin
Raphael Pungin
I have the same question.
Hi SjoerdPerfors. I can't get it to work with the code you provided. Can you please provide the complete code that handles not having the pointers? Thanks! Raphael
@quanganh050998 , I have a similar [issue #552](https://github.com/shamblett/mqtt_client/issues/552) of getting `connection was not upgraded to websocket` error. Were you able to resolve it?
Hey @quanganh050998 just saw your response! I do have websocketProtocols set to the same thing as you but using: ``` mqttServerClient.websocketProtocols = MqttClientConstants.protocolsSingleDefault; ``` which has the same value as...
Thank you for the link to the specification, @shamblett ! Here is the extract from it in case someone else is looking for this information. >The Keep Alive is a...
On macOS Sequoia - [tool_crash] SocketException: Send failed, OS Error: No route to host, errno = 65
I have the same problem: ``` Oops; flutter has exited unexpectedly: "SocketException: Send failed (OS Error: No route to host, errno = 65), address = 0.0.0.0, port = 5353". ```...