Skip to content

(Nearly) Simultaneous emails aren't caught #19

@JConwayAWT

Description

@JConwayAWT

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions