-
if I do My listener also works just fine in php
But when I do What am I doing wrong? The same is the case with python3:
|
Beta Was this translation helpful? Give feedback.
Answered by
AsamK
May 13, 2024
Replies: 1 comment 1 reply
-
Json rpc commands need to be terminated by a newline. So I think you're missing the \n at the end. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AsamK
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Json rpc commands need to be terminated by a newline. So I think you're missing the \n at the end.