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
I've tried putting quicly_send and quicly_receive in two separate threads, and it seems that locking is needed for them to run properly. Is there a lock-free solution for data transmission and reception?
The text was updated successfully, but these errors were encountered:
I've tried putting quicly_send and quicly_receive in two separate threads, and it seems that locking is needed for them to run properly. Is there a lock-free solution for data transmission and reception?
The text was updated successfully, but these errors were encountered: