- Add {ruby Async::Cable::Socket#raw_transmit} for pushing pre-encoded payloads to the client without re-encoding. Enables "fastlane" broadcasts that encode the message once and share it across many connections.
- Filter requests based on path - don't eat all inbound WebSocket connections.
- Don't close the WebSocket if it is already closed.
- Initial implementation.