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
Demultiplexing in the sync API had become quite tangled,
with the foreground thread responsible for allocating
multiplexing IDs and receive queues, while the background
thread handling the actual demultiplexing process.
Now the sync API is using async queues for its demultiplexing,
move multiplexing ID and queue management entirely to the
background thread.
0 commit comments