Search Issue Tracker
Fixed in 1.0.0-pre.12
Votes
2
Found in [Package]
1.0.0-pre.7
Issue ID
1370591
Regression
No
"Dropping connect request for an already connected endpoint" warning is shown when connecting to the server for the first time
How to reproduce:
1. Open project "NetworkTransportIssue-2020.3.zip"
2. Open "NetworkTransportTest" Scene (Assets>NetworkTransportTest)
3. Enter the Play Mode
4. In the Game window click the "Server Bind" button
5. Click the "Client Connect" button
6. Observe the Console log
7. Click the "Client Connect" button again
8. Observe the Console log
Expected result: No warning is shown
Actual result: "Dropping connect request for an already connected endpoint" warning is shown when connecting the first time
Reproducible with: 1.0.0-pre.5, 1.0.0-pre.7 (2020.3.20f1, 2021.1.25f1, 2021.2.0b16, 2022.1.0a12)
Could not test with: 2019.4.31f1 (Errors: Library/PackageCache/com.unity.collections@1.0.0-pre.5/Unity.Collections/NativeList.cs(274,16): error CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type ('UnsafeList<T>')), 1.0.0-pre.4 (Errors: "NullReferenceException: Object reference not set to an instance of an object Origin.Sandbox.Kim.Networking.NetworkTransportTest.Update () (at Assets/NetworkTransportTest.cs:244)")
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
- Rotation tool Gizmo is stuck in the Scene View when unchecking/checking the "Orient" node in the VFX Graph and the Scene view is visible
- The Editor opens when the window is closed right after launch
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
Resolution Note (fix version 1.0.0-pre.12):
Fixed in 1.0.0-pre.12