YarpSignalRSample.ReverseProxy url: https://localhost:5001
YarpSignalRSample.SignalR url: https://localhost:6001
- Get the token using the url https://localhost:5001/api/token or https://localhost:6001/api/token
- Set the header Authorization: Bearer {your token}
- Try to connect wss://localhost:5001/notify
- After connecting, you need to send a message {"protocol":"json","version":1}� (Read more)
- Send a message { "type": 1, "invocationId": "123", "target": "Join", "arguments": ["hi"] }�
I want to point out that strange symbol at the end of the message. I don't know why, but nothing will work without this symbol.




