discord-relay-chat / drc

Discord Relay Chat
https://discordrc.com
MIT License
18 stars 3 forks source link

Multiple messages, when chunked, may send out-of-order #26

Closed edfletcher closed 1 year ago

edfletcher commented 1 year ago

I think this might be in irc-framework (because at least I can't recall writing this code explicitly) but either way, it's annoying as hell:

Screenshot 2023-04-05 154850

(in this, the sent order was 1-3-2)

edfletcher commented 1 year ago

Huzzah, figured it out! It is in irc-framework and I've already got a tested fix for it. Will write up an issue with all the details & a PR fixing it to their repo soon.

edfletcher commented 1 year ago

Closing, will now track this at https://github.com/kiwiirc/irc-framework/issues/361

CovertDuck commented 1 year ago

Good job, friend. :) ❤