Websocketaf.WsdSourceval schedule :
t ->
?is_fin:bool ->
kind:[ `Text | `Binary | `Continuation ] ->
Bigstringaf.t ->
off:int ->
len:int ->
unitis_fin defaults to true. Set to `false` if sending multiple frames, except on the last one.
val send_bytes :
t ->
?is_fin:bool ->
kind:[ `Text | `Binary | `Continuation ] ->
Bytes.t ->
off:int ->
len:int ->
unitis_fin defaults to true. Set to `false` if sending multiple frames, except on the last one.