vbmithr / ocaml-websocket

Websocket library for OCaml
ISC License
162 stars 44 forks source link

Ip refactored #73

Closed vbmithr closed 7 years ago

vbmithr commented 7 years ago

@copy Could you please review my changes to your patch? BTW, reviewed yours :)

The main issue with your code is that you were calling make_read_frame args… () whereas this function is to be called once without the final () to make a read_frame : unit -> Frame.t Lwt.t function…