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
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
Resolution Note (fix version 1.0.0-pre.12):
Fixed in 1.0.0-pre.12