CloseTokenChan
Close the token wait channel. If the API key changes, SDK functions may pause for up to 20s awaiting a new key. Calling this stops the wait immediately.
void CloseTokenChan()
Parameters
none
Return Value
Close the token wait channel
Example
// example
CloseTokenChan();
Last updated
Was this helpful?