ditesh / node-poplib

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

Multiple Retr not returnin an error #19

Open khalilTN opened 9 years ago

khalilTN commented 9 years ago

When i try to execute multiple Retrs in the same time, only the first one is really executed, my problem is that the non executed retrs return the result of the executed retr (number one) and they are not returning an error, i know that the event 'locked' is fired but i think if an error is returned it would be better than returning a wrong result.

HaihongLiu commented 4 years ago

Same problem! But I want to know how to run multi retrs methods and get multi result.