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
Library is unusable for high-load binary transfers (files 20MB+).
It suffers from memory bloat and internal queue deadlocks, causing 2-5 minute freezes.
Old-school Synchronous TCP works 100x better. Only good for small chat messages.
Library is unusable for high-load binary transfers (files 20MB+).
It suffers from memory bloat and internal queue deadlocks, causing 2-5 minute freezes.
Old-school Synchronous TCP works 100x better. Only good for small chat messages.