Search Issue Tracker
Duplicate
Votes
0
Found in
2017.1.0f3
Issue ID
933491
Regression
Yes
Unity tries to send messages to disconnected client
How to reproduce:
1. Open the "UNET" project
2. Open the "Main" scene
3. Build the project
4. Enter Play mode
5. Choose "LAN Host(H)"
6. Open the built project
7. Choose "LAN Client(C)"
8. In the Editor press space (message "Sending: True" should appear)
9. In the client press space to disconnect, the host will throw errors
Expected result: When the client disconnects Unity stops sending messages.
Actual result: When the client disconnects Unity still tries to send messages.
Reproducible with: 2017.3.0a1, 2017.1.0p1, 2017.1.0a1, 5.6.2p4, 5.6.0a4.
Regression introduced in: 5.6.0a4.
Not reproducible with: 5.6.0a3, 5.5.4p1, 5.4.5p1.
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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
This is a duplicate of issue #830431