vbmithr / ocaml-websocket

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

Spurious Socket.t argument in Websocket_async.client_ez #101

Closed bcc32 closed 6 years ago

bcc32 commented 6 years ago

Websocket_async.client_ez appears to have a Socket.t type argument that is not used in the implementation. Any reason it's there?