Skip to content
Snippets Groups Projects
Commit d212b0bd authored by Georgiy Lebedev's avatar Georgiy Lebedev Committed by Serge Petrenko
Browse files

net.box: do not start worker fiber synchronously

Due to a regression introduced in c13b3a31, the worker fiber is started
synchronously, while it should be started asynchronously, in order for the
`wait_connected = false` option of `connect` to work correctly. We already
explicitly wait from Lua for the connection to become active via
`wait_state` when `wait_connected = true`.

Closes #9489

NO_DOC=<bugfix>

(cherry picked from commit 0502a1f5)
parent cdb6a43d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment