Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-01-22 | 673 Bytes | |
Release 0.14.tar.gz | 2021-01-22 | 203.5 kB | |
Release 0.14.zip | 2021-01-22 | 366.6 kB | |
Totals: 3 Items | 570.7 kB | 0 |
Notable changes - switched back to Maven from Gradle and use maven wrapper - moved all connect process flow into connection class, to avoid spread the connection logic in subsystems like SessionRegistry. (#548) - switched temp files in unit test to temp folder managed (#549) - switched to JUnit 5 - added connection and client Id to each log line
Bugfixes - fix bug in race condition between the shutdown of a client and the connect of another with same clientId (#561) - fix recreate sessions when server restarts (#563) - fixed NPE due to TNode processing before CNode (#564)
Dependencies updates - paho 1.2.5 - netty 4.1.53 - junit 5.7.0