netty5/codec-mqtt
Scott Mitchell a1f0785605 MqttEncoder build failure
Motivation:
The MqttEncoder was failing to build because it was using a method that doesn't exist.

Modifications:
Change sessionPresent() to isSessionPresent().

Result:
MqttEnccoder is now able to build.
2015-07-30 10:19:17 -07:00
..
2015-07-30 10:19:17 -07:00