BIG-BEARC
Results
2
issues of
BIG-BEARC
fix: the final character entered wasn't an enter/linefeed on some scanners
I only disconnect and then reconnect upon receiving the exception SocketException: Software caused connection abort. MqttClient ``` _mqttClient = MqttServerClient.withPort(server, clientIdentifier, port) ..logging(on: !BaseUrlManager().isPRO()) ..setProtocolV311() ..keepAlivePeriod = 20 ..onConnected =...