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

Long UTF-8 message got truncated #189

Open
Mosesofmason opened this issue Mar 21, 2023 · 0 comments
Open

Long UTF-8 message got truncated #189

Mosesofmason opened this issue Mar 21, 2023 · 0 comments

Comments

@Mosesofmason
Copy link

When trying to send a long message that includes UTF-8 characters, pydle messages consistently truncate the end of the message rather than splitting it into two. For instance, when I send using:

await self.message (target=target, message="一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十" )

I received a garbled text at the end of the message, and the remainder of the message was lost.

image

ASCII message is OK.

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