Is there a way to define the Websocket protocol when using wsLink()
I am attempting to use tRPC with Azure's Pub/Sub Websockets service it appears to require custom protocols to be defined as explained here: https://learn.microsoft.com/en-us/azure/azure-web-pubsub/reference-json-webpubsub-subprotocol
They give the following code example:
How might this be done using:
Reference - Azure Web PubSub supported JSON WebSocket subprotocol `...
The reference describes Azure Web PubSub supported WebSocket subprotocol
json.webpubsub.azure.v1
0 Replies