Helo everyone!
I have some issues while my Websocket stream works, it disposed after few time.
I have read the technical documentation and there write that need to use ping and pong.
My soft written on C# WPF, how I can get ping from and send pong to keep-alive connection?
As explained in the documentation, the server sends a ping every 3 minutes. To handle this, you should capture the payload from the received ping and include it in the pong you send back to the server. Explore how ASP.NET Core manages incoming messages.