Description
With Developer Log Level and connection approval enabled, if approval is refused the server outputs this warning 10 seconds later:
[Netcode] Server detected a transport connection from Client-1, but timed out waiting for the connection request message.
Subsequent refusals result in a decrementing client id, -2, -3, etc.
Reproduce Steps
Set Log Level to Developer in the NetworkManager.
Enable Connection Approval.
Refuse a client connection.
Actual Outcome
The above warning is output 10 seconds later.
Expected Outcome
Presumably no such warning should output.
Environment
- OS: macOS Big Sur
- Unity Version: 2020 LTS
- Netcode Version: develop
Additional Context
This isn't a recent issue, it's been there for a while but I only just got around to repeating it in a test project.
Description
With Developer Log Level and connection approval enabled, if approval is refused the server outputs this warning 10 seconds later:
[Netcode] Server detected a transport connection from Client-1, but timed out waiting for the connection request message.
Subsequent refusals result in a decrementing client id, -2, -3, etc.
Reproduce Steps
Set Log Level to Developer in the NetworkManager.
Enable Connection Approval.
Refuse a client connection.
Actual Outcome
The above warning is output 10 seconds later.
Expected Outcome
Presumably no such warning should output.
Environment
Additional Context
This isn't a recent issue, it's been there for a while but I only just got around to repeating it in a test project.