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
As noted in Discord, the WebTransport API suggests that we are likely to want to implement, in some form or another, an API that allows a user to attempt to atomically write a byte chunk of a user-controlled length:
The atomicWrite method will reject if the chunk given to it could not be sent in its entirety within the flow control window that is current at the time of sending. This behavior is designed to satisfy niche transactional applications sensitive to flow control deadlocks ([RFC9308] Section 4.4).
The text was updated successfully, but these errors were encountered:
As noted in Discord, the WebTransport API suggests that we are likely to want to implement, in some form or another, an API that allows a user to attempt to atomically write a byte chunk of a user-controlled length:
The text was updated successfully, but these errors were encountered: