Search Issue Tracker
By Design
Votes
0
Found in
5.5.0b2
Issue ID
829187
Regression
No
"Unknown message ID 115 connId:1" error on sending messages from Server to more that one Client
When send messages from Server using SendByChannelToAll() to one Client everything works fine. But on adding second Client on it start to appear "Unknown message ID 115 connId:1" errors and Player does not appear in the scene
(we use RegisterHandler() method)
2. How we can reproduce it using the example you attached
1 Open attached project
2 Build Standalone
3 Run Host in Standalone
4 Run Client in Editor
(note: the same happening when you have 1 Server and 2 Clients)
Actual results: lot of errors "Unknown message ID 115 connId:1" appear in Console
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Macklin
May 10, 2018 05:29
How is this by design? I would assume SendToAll would send a message to all clients, yet its designed to send to only one of them? Makes zero sense.