mqtt-nio icon indicating copy to clipboard operation
mqtt-nio copied to clipboard

`MQTTClient.logger` should be a `let` not `var`

Open adam-fowler opened this issue 2 years ago • 0 comments

If MQTTClient is going to be properly Sendable we need to change MQTTClient.logger to a let. Not sure why it was a var in the first place

adam-fowler avatar Mar 24 '22 15:03 adam-fowler