pub async fn write_in_chunks(
handle: SocketHandle<'_>,
data: String,
) -> Result<(), SocketError>
Expand description
Writes bytes in chunks
pub async fn write_in_chunks(
handle: SocketHandle<'_>,
data: String,
) -> Result<(), SocketError>
Writes bytes in chunks