Skip to content

Sending Message to Bus fails if called Too Soon #53

@techman83

Description

@techman83

Credit to @pjf as his brain wave figured it out. Code to duplicate the issue:

#!/usr/bin/env perl
use Exobrain;

my $exobrain = Exobrain->new;

$exobrain->notify("Hello World");
sleep(1);
$exobrain->notify("Hello World 2");

Results in only "Hello World 2" making it to the notification service.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions