node-poplib icon indicating copy to clipboard operation
node-poplib copied to clipboard

Sometimes creating a new instance does not reply with connect for a "while"

Open NTTAKR opened this issue 6 years ago • 1 comments

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?

NTTAKR avatar Jan 23 '20 00:01 NTTAKR

experiencing this more and more often and kinda stuck on finding a way around it, how were you able to resolve this?

samuelowad avatar Jan 06 '23 08:01 samuelowad