|
|
|
|
|
by withinboredom
218 days ago
|
|
I’m explicitly saying not to put timeouts in code… but you must put a timeout on a socket due to the way they work. Period. Or deal with the default, which is usually many minutes. Sockets timeout when packets haven’t been acknowledged for a long time, but you can also set an idle timeout as well. A timeout on sockets isn’t negotiable. |
|