node-poplib
node-poplib copied to clipboard
Sometimes creating a new instance does not reply with connect for a "while"
If I call poplib in a loop to create an instance, listen to connect, do a login, call list and retrieve messages and quit after that, it works in 99% of the cases.
But sometimes the new operator seems to get stuck and does not even show "connect" event in debug output. It takes about 20 to 30 seconds, and after that - without any error message - the flow continues normally.
Have you experienced something like that?
experiencing this more and more often and kinda stuck on finding a way around it, how were you able to resolve this?