You're creating a new socket FD for the client and acceptAddr then overwrites it with another FD without closing the socket you created.
I've seen this gotcha happen to at least two people now. Please report it as an issue on github
You're creating a new socket FD for the client and acceptAddr then overwrites it with another FD without closing the socket you created.
I've seen this gotcha happen to at least two people now. Please report it as an issue on github