ErisApps / CatCore

A shared high-performance chat client library written in .NET Standard 2.0
GNU General Public License v3.0
29 stars 3 forks source link

Messages send by CatCore are missing last letter when received internally #73

Closed ErisApps closed 1 year ago

ErisApps commented 1 year ago

Messages that are send by CatCore are missing their last letter when listening to that message on the OnTextMessageReceived handler. image

However, the messages are send correctly to Twitch themselves so it's only an issue on the clientside of things. image

This is caused by the code that's responsible for splitting multiple messages, not splitting correctly See https://github.com/ErisApps/CatCore/blob/main/CatCore/Services/Twitch/TwitchIrcService.cs#L227-L263