racket-rfc6455
racket-rfc6455 copied to clipboard
RFC 6455 WebSockets support for Racket.
Hi, I'm trying to develop a web socket service, and all seems to work well, but I constantly get these errors that say that there was an attempt to reschedule...
* changes ws-conn-read-thread to hold a reference to ws-conn weakly, so that the ws-conn can be garbage collected even if it is still active * the will closes the connection...
Hi. I was wondering if anyone knows whether this package can handle streaming data that have been compressed (as defined by rfc-7692).
This parameter should probably only take positive reals, but is documented as taking any number (including negative and complex numbers) and accepts other values (e.g. `#f`).
If the timeout triggers and the connection is closed, but recv is still in the midst of being called the following error can occur ``` read-byte: input port is closed...
When reloading my client webpages that are using websockets to communicate with a racket websocket server I see error messages such as: ``` tcp-read: error reading system error: Connection reset...
I want to synchronize on a message being received from the client or something else happening (e.g. server producing data). I want to use events but it seems that websockets...
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...
https://docs.racket-lang.org/rfc6455/index.html#%28def._%28%28lib._net%2Frfc6455..rkt%29._ws-serve%29%29 The link in > This is a convenience entry point, largely directly compatible with ws-serve from the built-in websocket support in older versions of Racket, including all its arguments...
The intention here is to replace the existing Racket websocket code with this code, and mark this package as for legacy use only. /cc @samth