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

Serialize problem between R and Nodejs processes #577

Open
chasset opened this issue Jun 27, 2023 · 0 comments
Open

Serialize problem between R and Nodejs processes #577

chasset opened this issue Jun 27, 2023 · 0 comments
Labels

Comments

@chasset
Copy link

chasset commented Jun 27, 2023

Dear zeromq team,

Describe the bug
I try to send request/reply messages between a nodejs client and a R server,
and I got a serialize problem.

Reproducing
I wrote a gist giving docker compose example : https://gist.github.com/chasset/e297d2c5e6c6dbf4802670d75ee2904d
In replier.R, I gave the option "unserialize = F" to the send function in order to get a result. Otherwise, it raises an error.
Finally, the message "Message received!" sent from server is translated in "X" in client.

Expected behavior
The message should be "Message received!" in client too.

Tested on

  • OS: Ubuntu 22.04
  • ZeroMQ.js version: 6.0.0-beta.17
@chasset chasset added the bug label Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant