Skip to content

the program stop receiving events #32

@amosrohe

Description

@amosrohe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions