Enable Continuation frame for websocket communication #4340
michaelchao
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a websocket client and server, and server will send amount of data back to client when client is subscribing. As you know, data is very big, and I know there is an Continuation frame in websocket specific to separate data to multiple frames.
However, it seems that there is no available API to execute this target or I didn't find it, can somebody tells me? Thks:)
Beta Was this translation helpful? Give feedback.
All reactions