LiteNetLib icon indicating copy to clipboard operation
LiteNetLib copied to clipboard

improve PausedSocketFix, Fix peerIdsQueue

Open FirstGearGames opened this issue 1 year ago • 2 comments

  • Added PausedSocketFix usage is now optional via NetManager ctor. Default set to use.
  • Fixed peer Ids not returning to _peerIdsQueue.
  • Improved queue usage to be more flexible with other applications.
  • Improved added error checking for when no more peerIds are available.
  • Changed _lastPeerId to _nextPeerId for clarity.
  • Changed UNITY_2018__3_OR_NEWER define related to PausedSocketFix to UNITY_SOCKET_FIX for clarity.

FirstGearGames avatar Apr 26 '24 21:04 FirstGearGames

Can you separate please PeerIds commit and PausedSocketFix?

RevenantX avatar May 10 '24 08:05 RevenantX

Can you separate please PeerIds commit and PausedSocketFix?

Yeah absolutely. It might take me a couple days(maybe not), but I will.

FirstGearGames avatar May 10 '24 19:05 FirstGearGames

Closing this to make separate PRs.

FirstGearGames avatar Jul 18 '24 16:07 FirstGearGames