Open joaosvc opened 2 months ago
Any news ?
Any news ?
Not yet, the best I could do was look at the library, and I realized that when sending the first message it counts all the members of the group and then adds it to the cache, this data is used to send the message in the group, so the delay is only the first time.
Describe the bug When trying to send a message to a group with many users, the message takes a long time to be sent
To Reproduce Steps to reproduce the behavior:
Expected behavior Faster shipping, such as privately or in small groups of less than 10 people
Additional context I briefly analyzed the code for sending a message, and apparently it executes a for between the users in the group, and with each message sent it freezes the for until the message is sent. I imagine that's the problem.