[Solved] Flutter MQTT Disconnect Immediately After Connecting
Dependency Used: mqtt_client Error: disconnecting automatically right after the connection is established Log: Solution: Change the client.setProtocolV311() to client.setProtocolV31() fixes the problem
[Solved] Flutter MQTT Disconnect Immediately After Connecting Read More »