Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.5.0f3
Issue ID
864901
Regression
No
[Networking]Unable to connect to another server without manually calling a disconnect function
Steps to reproduce:
1. Download and open the attached project
2. Build "ClientExample" scene for standalone
3. Open scene "ServerExample" in the editor
4. Enter Play mode
5. Open the standalone build
6. Press "ConnectToServerOne"
7. Press "ConnectToServerTwo"
Expected result: server switching is normally executed
Actual result: cannot switch to the second server
Reproduced on 5.3.7p2, 5.4.4f1 5.5.0f3, 5.5.0p3, 5.6.0b3*
FIXED 2017.2.0a3 trunk
--
Notes:
*5.6.0b3 - partially fixed. Quick switching works, but after a few quick switches the client instance crashes
-If working, the text of Server Info and the text of Client State change to "Login" and "Connecting->Connected" repsctively
-Opening and connecting with 2 project instances in the editor works fine
-2 standalone builds(server and client) reproduce the issue
-Pressing "ClientDisconnect", which calls Client.Disconnect and then attempting to connect to the other server works fine
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Add comment