vbmithr / ocaml-websocket

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

Fix masking and add async server interface using Reader and Writer #48

Closed copy closed 8 years ago

copy commented 8 years ago

I went for backwards compatibility, adding an additional server_reader_writer function that accepts reader and writer instead of pipes. We could also change the existing server function.

vbmithr commented 8 years ago

I dropped backward compat, the previous version made no sense. Thanks.