Good afternoon .. can anybody help me? The following error below is occurring on the server, when many clients connect at the same time. "java.net.SocketException: connection reset." Does anyone know what this error is?
Asked
Active
Viewed 36 times
0
-
2Possibly related: [java.net.SocketException: Connection reset](https://stackoverflow.com/q/62929) – Pshemo Jun 09 '21 at 18:48
1 Answers
0
This could range from your server not having sufficient resources to take this load, to your code prematurely closing connections because of programming error.
Doing a quick lookup myself I see indeed something related to server configuration:

BuzZin'
- 441
- 1
- 5
- 10