Anthony Raymond

Results 117 comments of Anthony Raymond

I think the windows push notification is canceled by node-notifier if there is no appId (as far as i can remember). But i think i found out something that can...

Actually, the Spring boot adapter itself is to be deprecated. You can replace the keycloak spring boot adapter with the spring security oauth2 configurer. This is how i configured my...

Disabling outgoing ping might indeed work, relying on the server sending the heartbeat should be enough to prevent the websocket being closed. There might be another solution (which is ugly):...

Your problem and the one describe in this issues are two différents topics, you get random disconnection every minutes or so. This topic is about chrome shutting down timeouts and...

i've not experimented with the HB outgoing = 0 myself. I'm an Hard believer in HeartBeat, it solves problem at multiple levels (reverse proxy closing inactive WS conn on his...

Hello, @GJohannes this is not a bug that can be fixed, it's a Chrome wanted behaviour, we can't fight against the browser in this case.

> Ok, I'll try that too. Thanks. I solved my problem by setting the heartbeat to zero. But what I'm wondering is if I set the heart rate to zero...

@planschmu 60/60 should do the trick. If you use a reverse proxy you'll have to change the default config at this level too. Because most of the reverse proxy i...

Any hope for this to be merged before a new release @jwilder ?