Close connection properly when packet encryption fails

This commit is contained in:
Dmitri Tikhonov 2018-05-24 10:55:16 -04:00
parent 18ae74fd12
commit e98f5deb04
3 changed files with 38 additions and 24 deletions

View file

@ -1,3 +1,11 @@
2018-05-24
- Close connection properly when packet encryption fails
2018-05-23
- [BUGFIX] Do not produce packet sequence gaps due to delayed packets
2018-05-21
- [API Change] Add optional callback to call when handshake is done