FlowKit
FlowKit copied to clipboard
Developer docs command for testing flowmachine dev install not up to date
Describe the bug
As per title.
The command in https://flowkit.xyz/developer/dev_environment_setup/#flowmachine_1 says send_message_and_receive_reply but the method is actually called send_zmq_message_and_receive_reply.
Product The docs
Version Latest
To Reproduce See https://flowkit.xyz/developer/dev_environment_setup/#flowmachine_1
Expected behavior Should be
pipenv run python -c "from flowmachine.core.server.utils import FM_EXAMPLE_MESSAGE, send_zmq_message_and_receive_reply; print(send_zmq_message_and_receive_reply(FM_EXAMPLE_MESSAGE))"