Reputation: 457
I want to implement a websocket sub-protocol. For example, I have a weboscket server as ws://localhost:1234, now I need one more sub-protocol as ws://localhost:1234/sub.
I know lib-websockets provides this function, but I haven't found it in boost websocket.
Is there any way to achieve this?
Upvotes: 0
Views: 204