You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds a new PingInterval field to WebsocketOpts that allows
setting a custom ping interval specifically for WebSocket connections,
independent from the default NATS client ping interval.
```
websocket {
port: 8080
ping_interval: "30s"
}
```
Signed-off-by: Waldemar Quevedo <wally@nats.io>
0 commit comments