hivemq / hivemq-mqtt-client

HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support
https://hivemq.github.io/hivemq-mqtt-client/
Apache License 2.0
849 stars 158 forks source link

Disable auto close of netty #474

Closed SgtSilvio closed 3 years ago

SgtSilvio commented 3 years ago

Motivation Disable auto close of netty reason: do not close channel on write error, only on read Resolves #466

Changes Disable auto close of netty