-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I've spent a while trying to debug this and also asking around, and eventually a few people came to the conclusion that it may be an issue inside em-imap. Apologies if I'm wrong, however.
In the example posted here: http://stackoverflow.com/questions/21104289/eventmachine-not-catching-nearly-simultaneous-events/21107426 , I'm trying to catch emails as they come in and do some operation on them. This works well when separated by a few seconds, but when emails come in nearly simultaneously, only one of that group of emails will be processed. This is true even when the processing is very minimal, such as at the bottom of that post, where the program only puts the subject line.
This may be an issue with em-imap. Or it may just be that I'm new to em and using it incorrectly. If that's the issue, just let me know and I apologize for the error.