Search Issue Tracker
Fixed in 5.4.2
Votes
7
Found in
5.3.3f1
Issue ID
784913
Regression
No
[OnServerConnect]Function is called twice
Steps to reproduce:
1. Open attached project ("case_784913-Pickin__Sticks_Coop(1)").
2. Open scene named "MainMenu".
3. Make sure that "Network Lobby Manager" has a component named "NetworkManagerCustom".
4. Press play button in the Editor.
5. Press "Host Match" button in the "Game" window.
6. In "Console" window notice that some messages about client are being debugged twice.
Expected result:
Function OnServerConnect() should be called on the server once, but not twice when a new client connects.
Reproduced with:
5.4.0b13, 5.3.4p2, 5.3.4f1, 5.3.3f1, 5.2.4f1.
With 5.1.0f3 I got error mesage "refCount == 0" twice.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
Wriggler
Aug 17, 2016 10:47
This is still an issue in 5.4.0f3. It doesn't appear to be fixed, both for OnServerConnect() and OnLobbyServerConnect().
Pypsik1
Jul 21, 2016 12:09
Nice, they closed this topic, yet problem remains. I'm using 5.4.0f1 and OnServerConnect() still called twice.
sjtgamez
Jun 20, 2016 16:35
My god, I was going crazy. I didn't know why that function was being called twice out of nowhere.
I hope this bug gets fixed soon, otherwise I'll have to look another way to make my code work.