Skip to content

Commit

Permalink
chore: update lockfile, fix cohttp usage
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 30, 2024
1 parent 283696b commit f4f01b1
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 166 deletions.
2 changes: 1 addition & 1 deletion src/server_websocket.ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

open Lwt.Infix
open Websocket
module Lwt_IO = Websocket.Make (Cohttp_lwt_unix.Private.IO)
module Lwt_IO = Websocket.Make (Cohttp_lwt_unix.IO)

let send_frames stream oc =
let buf = Buffer.create 128 in
Expand Down
Loading

0 comments on commit f4f01b1

Please sign in to comment.