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

Writes bytes in chunks