ditesh / node-poplib

POP3 client library for Node.js
MIT License
128 stars 44 forks source link

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

Open NTTAKR opened 4 years ago

NTTAKR commented 4 years ago

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?

samuelowad commented 1 year ago

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