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
Change WebTransport write API to be always synchronous
Summary: Returning a SemiFuture when the stream window was full, and only allowing one was too heavy handed. Instead, just return the state and add a new API (awaitWritable) for applications that don't want to build a buffer.
Reviewed By: sharmafb
Differential Revision: D66881576
fbshipit-source-id: 38a88929c449df77eac7eb62af65085a4596710b
0 commit comments