On 11/13/2013 05:19 PM, Sam Tobin-Hochstadt wrote: > Are you proposing to replace the `net/websockets` code, or provide it > alongside the existing code?
Proposing to replace it. The API of the replacement *should* be a strict superset, a drop-in replacement that supports both modern and slightly out-of-date browsers. The main source of potential incompatibility is in the structure of the dispatchers: if people have combined a net/websocket dispatcher with some other kind of web-server dispatcher, it might require slight tweaking to work with the new library. Or it might not. Hopefully people will speak up on how they're using net/websocket :) > Either way, a pull request is probably the best way. OK. I'll wait a while to hear from existing users, if there are any, and then incorporate feedback and make a pull request. Tony ____________________ Racket Users list: http://lists.racket-lang.org/users

