Better way to negotiate the WebSocket protocol #584
Labels
bug
Something isn't working
k::api
Related to API (application interface)
k::integration
Related to integration with third-party libraries or systems
lib::warp
Related to `warp` crate integration
Milestone
seanmonstar/warp#496
In the
warp_subscriptions
example, the playground cannot connect to the server via WebSocket because the WebSocket implementation inwrap
has a unconfigurableSec-WebSocket-Protocol
header. Currently we can do a workaround adding the header manually.The text was updated successfully, but these errors were encountered: