tonyg / racket-rfc6455

RFC 6455 WebSockets support for Racket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

endobson opened this issue · comments

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.