Trying to get timeouts to work in tcp server. Following examples and documentation, yet
(s/connect a b {:timeout 5000})
never times out (according to doc, this would be a 5 second timeout). I connect to the server by regular telnet from terminal, but I am never kicked off. Anyone have a clue what goes south?Timeout there likely means tcp socket timeout
Which is below the level of say telnet
@hiredman aha.. that might be the reason. A bit unclear from the documentation in that case what is meant by 'timeout'. I will run with this assumption. Thank you for you input!