Closed Leonidas-from-XIV closed 2 years ago
The code uses Lwt_io.read_into which needs to be bytes not string. This is the case starting from Lwt 2.4.7.
Lwt_io.read_into
bytes
string
Correspondent PR for existing releases in opam-repository: https://github.com/ocaml/opam-repository/pull/21345
Thanks.
That was fast; awesome!
The code uses
Lwt_io.read_into
which needs to bebytes
notstring
. This is the case starting from Lwt 2.4.7.Correspondent PR for existing releases in opam-repository: https://github.com/ocaml/opam-repository/pull/21345