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 am using libuv-tls in my ngrok client.
And, I find out that when i use uv_tls_read, there is only one part of the message will be received, and when the server send a bit more, then the client will received the rest parts. It seems that the data is caching, and server should send more to activate the uv_tls_read to read more. why?
The text was updated successfully, but these errors were encountered:
I am using libuv-tls in my ngrok client.
And, I find out that when i use uv_tls_read, there is only one part of the message will be received, and when the server send a bit more, then the client will received the rest parts. It seems that the data is caching, and server should send more to activate the uv_tls_read to read more. why?
The text was updated successfully, but these errors were encountered: