I guess the issue is when your program loops, client.connect
gets called over and over again with new sockets opened till it passes the limit and causing a fault.
1 Like
I guess the issue is when your program loops, client.connect
gets called over and over again with new sockets opened till it passes the limit and causing a fault.