waaghals / toip

Configure your development tools as containers. Allows all developers to use the exact same tooling without having to install or manage them manually. Run them as if they are install locally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Give ready signal when call listener is ready

waaghals opened this issue · comments

Both the call/instructions listener and the call invocation happen in separate threads.
But the call invocation should only happen after the call/instructions listener is ready.

Now the call invocation sleeps for 100ms before actually passing the message to the socket, but it could wait for a ready signal.