You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is the TFCall command with an _async variable that determines whether the TFCALL or TFCALLASYNC command is sent.
We need to decide whether to leave the situation as it is, or add two separate commands: TFCall and TFCallAsync that will call the current TFCall (which will become private) and set the appropriate value in _async.
The text was updated successfully, but these errors were encountered:
Currently there is the
TFCall
command with an_async
variable that determines whether theTFCALL
orTFCALLASYNC
command is sent.We need to decide whether to leave the situation as it is, or add two separate commands:
TFCall
andTFCallAsync
that will call the currentTFCall
(which will become private) and set the appropriate value in_async
.The text was updated successfully, but these errors were encountered: