Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[netty#5062] Mark MqttEncoder @sharable
Motivation: Commit 2696778 changed MqttEncoder to be a singelton but missed to add @sharable annotation. This broke the encoder as it can not be added to multiple pipelines. Modifications: Add @sharable annotation Result: MqttEncoder can be used in multiple pipelines again.
- Loading branch information