vbmithr / ocaml-websocket

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

Pass client type to server callback, fixes #70 #71

Closed copy closed 7 years ago

copy commented 7 years ago

It also removes the client id, which can be trivially implemented by the caller and, at least for me, isn't useful.