How to use boost websocket to implement sub-protocol

198 Views Asked by At

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?

0

There are 0 best solutions below