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

Releases: MirrorNetworking/SimpleWebTransport

v0.6.2

25 Oct 16:02
Compare
Choose a tag to compare

0.6.2 (2020-10-25)

Bug Fixes

  • making sure that ReadHelper.Read reads exactly number of bytes (01c00e8)

v0.6.1

16 Oct 13:19
Compare
Choose a tag to compare

0.6.1 (2020-10-16)

Bug Fixes

  • making sure pending connection work when stop serve is called (53d70fd)

v0.6.0

15 Oct 22:10
Compare
Choose a tag to compare

0.6.0 (2020-10-15)

Features

  • Improving debug logging (d6d8eed)

v0.5.10

15 Oct 21:37
Compare
Choose a tag to compare

0.5.10 (2020-10-15)

Bug Fixes

  • removing shared buffers from server handshake (fdeb8ed)

v0.5.9

15 Oct 01:57
Compare
Choose a tag to compare

0.5.9 (2020-10-15)

Bug Fixes

  • trying to fix error when connection is closed (bbd2b61)

Performance Improvements

  • increase arraybuffer speed (502dd81)

v0.5.8

14 Oct 18:41
Compare
Choose a tag to compare

0.5.8 (2020-10-14)

Bug Fixes

  • making Log.Exception always be logged (453e0f5)

Performance Improvements

  • using ManualResetEventSlim (4c014c9)

v0.5.7

14 Oct 00:01
Compare
Choose a tag to compare

0.5.7 (2020-10-14)

Bug Fixes

  • fixing use of Interlocked in buffer pools (a0137f3)

v0.5.6

12 Oct 16:54
Compare
Choose a tag to compare

0.5.6 (2020-10-12)

Bug Fixes

  • removing readonly from logger so that it can be set (a374fa3)

v0.5.5

12 Oct 12:28
Compare
Choose a tag to compare

0.5.5 (2020-10-12)

Bug Fixes

  • making WebSocketClientStandAlone use timeouts from inspector (504e6a0)
  • removing incorrect header from inspector (79b2e71)

v0.5.4

12 Oct 01:28
Compare
Choose a tag to compare

0.5.4 (2020-10-12)

Performance Improvements

  • Removing info and verbose logging by default so performance isnt effected in editor or development builds. (494086c)