I don’t understand, it seems like your client opens a lot of connections at once, which are all discarded as well, except for one, which seem to work just fine.
The new connections are already being opened even after the previous connections haven’t even disconnected yet.
Perhaps check your client-side code to maker certain connections aren’t being opened incorrectly, which seems to be the case here.