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/)
6
6
7
7
Additional documentation and release notes are available at [ Multiplayer Documentation] ( https://docs-multiplayer.unity3d.com ) .
8
8
9
+ ### Fixed
10
+
11
+ - Fixed: Hosting again after failing to host now works correctly
12
+
9
13
## [ 1.0.0-pre.8] - 2022-04-27
10
14
11
15
### Changed
Original file line number Diff line number Diff line change @@ -1175,6 +1175,8 @@ public void Shutdown(bool discardMessageQueue = false)
1175
1175
m_ShuttingDown = true ;
1176
1176
m_StopProcessingMessages = discardMessageQueue ;
1177
1177
}
1178
+
1179
+ NetworkConfig . NetworkTransport . OnTransportEvent -= HandleRawTransportPoll ;
1178
1180
}
1179
1181
1180
1182
internal void ShutdownInternal ( )
You can’t perform that action at this time.
0 commit comments