tonyg / racket-rfc6455

RFC 6455 WebSockets support for Racket.
41 stars 7 forks source link

Docs for ws-serve and ws-serve* don't document their return value #10

Open endobson opened 7 years ago

endobson commented 7 years ago

The docs for ws-serve don't explain what the return value is and the function that it is based on doesn't exist anymore so I cannot look up that.

https://docs.racket-lang.org/rfc6455/index.html#%28def._%28%28lib._net%2Frfc6455..rkt%29._ws-serve%29%29

The examples make it obvious that it kills the server, but that should be in the documentation.