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
Currently binary streams are not available on multiplexed ws.
My proposal is to allow subscriptions to binary streams and have the data returned as the data field as a base64 string per chunk received. Data queries wouldn't be applied. Limits could either be applied per chunk (could be ambiguous) or applied to data length. eg give me 1kb then stop.
Currently binary streams are not available on multiplexed ws.
My proposal is to allow subscriptions to binary streams and have the data returned as the
data
field as a base64 string per chunk received. Data queries wouldn't be applied. Limits could either be applied per chunk (could be ambiguous) or applied to data length. eg give me 1kb then stop.Eg.
The text was updated successfully, but these errors were encountered: