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
We are adding a nonce to sendData request to enable de-duping of data messages at the service layer. Because of various retries, some times a message was getting delivered more than once to the end client. The nonce will be used to drop duplicates.
The nonce is expected to be 16-bytes (UUID4 for example) of random data.
We are adding a
nonce
tosendData
request to enable de-duping of data messages at the service layer. Because of various retries, some times a message was getting delivered more than once to the end client. Thenonce
will be used to drop duplicates.The
nonce
is expected to be 16-bytes (UUID4 for example) of random data.An example implementation in Go SDK is in this PR - livekit/server-sdk-go#606
Can this be added?
The text was updated successfully, but these errors were encountered: