Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages come in a wrong order if sent too rapidly #32

Open
AlexDaniel opened this issue Nov 25, 2016 · 0 comments
Open

Messages come in a wrong order if sent too rapidly #32

AlexDaniel opened this issue Nov 25, 2016 · 0 comments

Comments

@AlexDaniel
Copy link
Contributor

Example: https://irclog.perlgeek.de/perl6/2016-11-25#i_13629624

Adding a very small delay solves the problem (example in Bisectable).

I don't want to put sleep everywhere, I don't think this issue should be solved on my side. If that happens because of async IRC nature, then IRC::Client should have a configurable delay between the messages. If it is an issue with .print in IO::Socket::Async not doing it sequentially, then it's just a bug that has to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant