How to invoke a server script from another server script asynchronously
Posted: Wed Aug 03, 2016 5:24 am
I referred to https://getsatisfaction.com/apperyio/...
and it almost does what I want.
It seems that when using ScriptCall the calling script waits for a response from the called script before continuing on. I don't want that behavior.
I need to call another script asynchronously. Is there a way to do that?