Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Releases: MirrorNetworking/SimpleWebTransport

v0.5.3

11 Oct 01:33
198d805
Compare
Choose a tag to compare

0.5.3 (2020-10-11)

Performance Improvements

v0.5.2

11 Oct 01:29
Compare
Choose a tag to compare

0.5.2 (2020-10-11)

Performance Improvements

  • adding buffer pool Merge pull request #16 (7cb78db)

v0.5.1

10 Oct 15:53
Compare
Choose a tag to compare

0.5.1 (2020-10-10)

Bug Fixes

  • stopping send error when client disconnects (490c302)

v0.5.0

10 Oct 01:07
cc6e513
Compare
Choose a tag to compare

0.5.0 (2020-10-10)

Features

  • Allowing multiple instances of javascript client (#14) (cc6e513)

v0.4.2

10 Oct 00:09
Compare
Choose a tag to compare

0.4.2 (2020-10-10)

Bug Fixes

  • adding missing warn level to Log.Levels (0f68498)

v0.4.1

09 Oct 01:09
Compare
Choose a tag to compare

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

07 Oct 20:48
Compare
Choose a tag to compare

0.4.0 (2020-10-07)

Features

  • Sorting scripts into folders (a3fb5e2)

v0.3.7

07 Oct 18:04
Compare
Choose a tag to compare

0.3.7 (2020-10-07)

Bug Fixes

  • DumpBuffer write non masked message (12bb075)

v0.3.6

06 Oct 22:31
Compare
Choose a tag to compare

0.3.6 (2020-10-06)

Bug Fixes

  • setting state to NotConnected after closing (d29260f)

v0.3.5

06 Oct 21:03
Compare
Choose a tag to compare

0.3.5 (2020-10-06)

Bug Fixes

  • fixing error message for mask (1ce2129)
  • using ConcurrentQueue (b504093)