Releases: MirrorNetworking/SimpleWebTransport
Releases · MirrorNetworking/SimpleWebTransport
v0.8.2
0.8.2 (2021-01-27)
Bug Fixes
- removing unimportant error (e7bca9b)
v0.8.1
0.8.1 (2020-12-07)
Bug Fixes
- making new clientUseWss field public (b3a448d)
v0.8.0
0.8.0 (2020-12-07)
Features
- adding option to allow for tls outside of the transport (bebeb0e)
v0.7.2
0.7.2 (2020-11-17)
Performance Improvements
v0.7.1
0.7.1 (2020-11-11)
Bug Fixes
- Error event should now correctly be called (ea470a5)
v0.7.0
0.7.0 (2020-10-31)
Features
- adding option to configure handshakeMaxSize (ffbf232)
v0.6.6
0.6.6 (2020-10-29)
Bug Fixes
- updating transport for mirror v26 (9b6bbe0)
v0.6.5
0.6.5 (2020-10-28)
Bug Fixes
- fixing null ref exection when connection is created for standalone client (2b15b22)
v0.6.4
0.6.4 (2020-10-28)
Bug Fixes
- changing other incorrect encoding (adcceb1)
v0.6.3
0.6.3 (2020-10-28)
Bug Fixes
- fixing error where standalone client would not correctly stop after failing to connect (bb6d9f8)
- using ASCII encoding to follow RFC spec (9250193)