-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
after ~20 minutes .. an hour (the time is not constant) the application stop receiving events
looking at the "https://www.pushbullet.com/#following" I can see the events (the text used )
the same is happening on the example you publish
the only difference is i add to use
" ws.SslConfiguration.EnabledSslProtocols = System.Security.Authentication.SslProtocols.Tls12;"
in here
using (var ws = new WebSocket(string.Concat("wss://stream.pushbullet.com/websocket/", key)))
{ ws.SslConfiguration.EnabledSslProtocolsSystem.Security.Authentication.SslProtocols.Tls12;
ws.OnMessage += (sender, e) =>
{
or i get an SSL error
Metadata
Metadata
Assignees
Labels
No labels