EsotericSoftware / EsotericSoftware/kryonet
Client connect timeout not being used
Open
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 411
- PR merge metrics
- No merged PRs in 30d
Description
Client.connect accepts a timeout parameter which is stored so Client.reconnect will use that, however within Client.connect at line 175, tcp.connect uses a hard-coded timeout value of 5000 where the timeout parameter should be used.
Contributor guide
Assessment
This issue has not been assessed yet.