Thomas

Results 2 issues of Thomas

Hi there, while monkeypatching a 3rd-party module, I observed a different behavior when calling `socket.socket.recv(0)` and `socks.socksocket.recv(0)`. The former call will return `b''` but the latter one will just stuck...

Hey there, in a multi-worker run e.g. on a cluster using slurm, is there a good way to free some resources, i.e., stopping/killing a worker without losing the result of...