File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
com.unity.netcode.gameobjects Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
77Additional documentation and release notes are available at [ Multiplayer Documentation] ( https://docs-multiplayer.unity3d.com ) .
88
9+ ### Fixed
10+
11+ - Fixed: Hosting again after failing to host now works correctly
12+
913## [ 1.0.0-pre.8] - 2022-04-27
1014
1115### Changed
Original file line number Diff line number Diff line change @@ -1175,6 +1175,8 @@ public void Shutdown(bool discardMessageQueue = false)
11751175 m_ShuttingDown = true ;
11761176 m_StopProcessingMessages = discardMessageQueue ;
11771177 }
1178+
1179+ NetworkConfig . NetworkTransport . OnTransportEvent -= HandleRawTransportPoll ;
11781180 }
11791181
11801182 internal void ShutdownInternal ( )
You can’t perform that action at this time.
0 commit comments