Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Images not posting with text when submitted quickly #451

Open
boothemjr opened this issue Jan 23, 2020 · 2 comments
Open

Images not posting with text when submitted quickly #451

boothemjr opened this issue Jan 23, 2020 · 2 comments

Comments

@boothemjr
Copy link

Describe the bug
When messages are sent on Discord quickly with an image, they show up out of order on Messenger. This only happens when multiple messages come through at more or less the same time.

To Reproduce
Steps to reproduce the behavior:

  1. Send several messages with an image on Discord at more-or-less the same time. (Within a few seconds of each other.)

Expected behavior
Images should still post with their corresponding message.

Screenshots
Here is an example screenshot showing updates from my Plex Media Server using Tautulli
image

Specifications:

  • OS: Windows 10
  • Version: 5.0.4
  • Node.js version: 12.2

Additional context
I feel like an easy-ish fix would be to include a sort of queue that holds each post for a second or two before submitting.

@ptrcnull
Copy link
Member

It's based on upload time and uploads are being done parallel, also, messages are being received asynchronously, so there would have to be a queue to send messages in order and that would require a rewrite of some part of code.

@boothemjr
Copy link
Author

That makes sense. Any suggestions for a workaround? It may be more appropriate to check with the Tautulli community instead if there's not something that can be done through Miscord.

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

No branches or pull requests

2 participants