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
Add an API that, when called, returns a boolean that indicates if DCS-gRPC is currently transmitting on a certain frequency. This would be callable over network and from MSE in lua.
Optionally, add an API that, when called, blocks if DCS-gRPC is currently transmitting on a certain frequency and doesn't return until the transmission has finished. This would be network only.
These two APIs can be ersatz mutexes to help stop clients stepping over each other on the radios.
The text was updated successfully, but these errors were encountered:
Follow-up from the main TTS Work.
Add an API that, when called, returns a boolean that indicates if DCS-gRPC is currently transmitting on a certain frequency. This would be callable over network and from MSE in lua.
Optionally, add an API that, when called, blocks if DCS-gRPC is currently transmitting on a certain frequency and doesn't return until the transmission has finished. This would be network only.
These two APIs can be ersatz mutexes to help stop clients stepping over each other on the radios.
The text was updated successfully, but these errors were encountered: