EppLib.NET
EppLib.NET copied to clipboard
Possible endless loop w/ busy wait
https://github.com/CodeMakerInc/EppLib.NET/blob/master/EppLib/TcpTransport.cs#L104
If the epp server never sends a response it's most likely that we will never exit the 2 read loops
You can pass timeout values in the constructor of TcpTransport.
the readtimeout will not come into effect if the socket is closed and the read returns 0 bytes - then it will go into a busy loop that never exit's