Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

socket.write(string) and LONG STRING cutting #44084

Closed
Phazeus opened this issue Aug 1, 2022 · 0 comments
Closed

socket.write(string) and LONG STRING cutting #44084

Phazeus opened this issue Aug 1, 2022 · 0 comments

Comments

@Phazeus
Copy link

Phazeus commented Aug 1, 2022

Version

v16.10.0

Platform

Linux dhcppc0 5.9.0-pf7 #14 SMP Fri Mar 25 02:16:06 +04 2022 x86_64 Intel(R) Core(TM) i3 CPU U 380 @ 1.33GHz GenuineIntel GNU/Linux

Subsystem

No response

What steps will reproduce the bug?

The sent strings are often truncated. Here is an example:

var s = "PRIVMSG Phazeus :@globalwarzone > Очередные грузы по линии МОО Вече доехали по назначению - батальон 1539 Народной Милиции ДНР получил военное имущество необходимое для успешного выполнения боевых задач. Отдельная благодарность от командования подразделения братьям из Македонии за предоставленную помощь! Сбор продолжается - кто может помочь реквизиты и контакты по ссылке \r\n";
this.conn.write(s);

and got: "@globalwarzone > Очередные грузы по линии МОО Вече доехали по назначению - батальон 1539 Народной Милиции ДНР получил военное имущество необходимое для успешного выполнения боевых задач. Отдельная благодарность от командования подразделения братьям из ?"

Only part of the string was sent.

How often does it reproduce? Is there a required condition?

always

What is the expected behavior?

Whole string was sent.

What do you see instead?

"@globalwarzone > Очередные грузы по линии МОО Вече доехали по назначению - батальон 1539 Народной Милиции ДНР получил военное имущество необходимое для успешного выполнения боевых задач. Отдельная благодарность от командования подразделения братьям из Македонии за предоставленную помощь! Сбор продолжается - кто может помочь реквизиты и контакты по ссылке "

Additional information

Encoding is "utf8".
self.conn = net.createConnection({ host: 'irc.rizon.net', port: 6667 }, self._connectionHandler.bind(self));

@nodejs nodejs locked and limited conversation to collaborators Aug 1, 2022
@bnoordhuis bnoordhuis converted this issue into discussion #44087 Aug 1, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant