FlowKit icon indicating copy to clipboard operation
FlowKit copied to clipboard

Developer docs command for testing flowmachine dev install not up to date

Open flowstef opened this issue 4 years ago • 0 comments

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))"

flowstef avatar Oct 08 '21 11:10 flowstef