Releases: MirrorNetworking/SimpleWebTransport
Releases · MirrorNetworking/SimpleWebTransport
v0.5.3
0.5.3 (2020-10-11)
Performance Improvements
v0.5.2
0.5.2 (2020-10-11)
Performance Improvements
- adding buffer pool Merge pull request #16 (7cb78db)
v0.5.1
0.5.1 (2020-10-10)
Bug Fixes
- stopping send error when client disconnects (490c302)
v0.5.0
0.5.0 (2020-10-10)
Features
- Allowing multiple instances of javascript client (#14) (cc6e513)
v0.4.2
0.4.2 (2020-10-10)
Bug Fixes
- adding missing warn level to Log.Levels (0f68498)
v0.4.1
0.4.1 (2020-10-09)
Bug Fixes
- making error messages use LogError (5f0096c)
- messages with length of 1 can be recieved by the client (4237fc4)
- stopping un-needed error logs after disconnect (25ff190)
v0.4.0
0.4.0 (2020-10-07)
Features
- Sorting scripts into folders (a3fb5e2)
v0.3.7
0.3.7 (2020-10-07)
Bug Fixes
- DumpBuffer write non masked message (12bb075)
v0.3.6
0.3.6 (2020-10-06)
Bug Fixes
- setting state to NotConnected after closing (d29260f)
v0.3.5
0.3.5 (2020-10-06)
Bug Fixes
- fixing error message for mask (1ce2129)
- using ConcurrentQueue (b504093)