How does wait method works #120
dmurashko-ms
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @dmurashko-ms, You could use a "generic command handler" (https://github.com/faaxm/spix#using-genericcustom-command) with some cusom code if you want to block the whole application. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It might be my mistake.
But when I use wait(10 * 1000) to wait 10 seconds nothing is blocked(script or application).
Or it's sleep for Rpc server?
Beta Was this translation helpful? Give feedback.
All reactions