You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm playing with controlling mod-host over nodejs
The problem I'm having is that if a I send more than one messages in a short period of time, they are being sent in the same TCP packet, this is expected behaviour afaik.
Mod-host receives as one message and throws 'many arguments' error.
The question is if I can send a flag (line '\n') so mod-host splits the commands and executes them sequentially
I've tried setting '\n' at the end of each command, but its being ignored. What seems to partially work is adding a '\0' flag but then it will only process the first message.
Thank you
The text was updated successfully, but these errors were encountered:
Hi, I'm playing with controlling mod-host over nodejs
The problem I'm having is that if a I send more than one messages in a short period of time, they are being sent in the same TCP packet, this is expected behaviour afaik.
Mod-host receives as one message and throws 'many arguments' error.
The question is if I can send a flag (line '\n') so mod-host splits the commands and executes them sequentially
I've tried setting '\n' at the end of each command, but its being ignored. What seems to partially work is adding a '\0' flag but then it will only process the first message.
Thank you
The text was updated successfully, but these errors were encountered: