Skip to content
Snippets Groups Projects
Commit 9f76bd86 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov Committed by Konstantin Osipov
Browse files

tarantoolctl: always initialize notify_socket (#4342)

Notify socket used to be initialized during `box.cfg()`.
There is no apparent reason for that, because we can write tarantool
apps that don't use box api at all, but still leverage the event loop
and async operations.

This patch makes initialization of notify socket independent.
Instance can notify entering event loop even if box.cfg wasn't called.

Closes #4305
parent dc2e7a7b
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