forked from MirrorNetworking/Mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- feature: OnError to allow higher level to show popups etc. - feature: KcpServer.GetClientAddress is now GetClientEndPoint in order to expose more details - ResolveHostname: include exception in log for easier debugging - fix: KcpClientConnection.RawReceive now logs the SocketException even if it was expected. makes debugging easier. - fix: KcpServer.TickIncoming now logs the SocketException even if it was expected. makes debugging easier. - fix: KcpClientConnection.RawReceive now calls Disconnect() if the other end has closed the connection. better than just remaining in a state with unusable sockets. => error handling based on MirrorNetworking#3155 => fixes MirrorNetworking#3143
- Loading branch information
vis2k
committed
May 8, 2022
1 parent
c65eed8
commit 35f1f22
Showing
10 changed files
with
126 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.