Skip to content

Releases: FirstGearGames/Bayou

4.1.2

26 Sep 19:58
Compare
Choose a tag to compare
  • Fixed disconnect callback occurring twice when forcefully calling StopConnection.

4.1.1

25 Jun 14:04
Compare
Choose a tag to compare
  • Connection changes are no longer added to a pending queue but are now processed like other socket messages.

4.1.0

27 Feb 19:13
Compare
Choose a tag to compare
  • Fish-Networking 4.1.0 support.

4.0.0

27 Dec 16:27
Compare
Choose a tag to compare
  • Fish-Networking 4.0.0 support. Backwards compatible to v3.
  • Added an assembly definition.
  • Moved Bayou folder to FishNet/Plugins.

2.0.0

13 Jun 15:14
Compare
Choose a tag to compare
  • Fish-Networking 2.0.0 support.

1.2.5

29 Apr 15:02
Compare
Choose a tag to compare
  • Added Ssl support.

1.2.4

12 Apr 15:25
Compare
Choose a tag to compare
  • Fixed maximum clients allowing 1 additional client to connect.
  • UseWSS is now false by default.

1.2.3

09 Apr 00:40
Compare
Choose a tag to compare
  • Really fixed index issue in AddChannel.
  • Updated namespaces to reflect other Fish-Networking namespaces.

1.2.2

06 Apr 22:14
Compare
Choose a tag to compare
  • Fixed rare index out of range error in AddChannel.

1.2.1

09 Mar 18:21
Compare
Choose a tag to compare
  • More fixes to support Multipass transport.
  • Removed ServerBindAddress as it was not being used.