Skip to content

Commit

Permalink
fix: keep alive needed flag in conn state
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Abelian committed Nov 26, 2024
1 parent d550273 commit d36adbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/common/websocket/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ func NewConnection(
lastResponseMu: sync.Mutex{},
initUnderlyingWsConnFn: initUnderlyingWsConnFn,
keepaliveTimeout: keepaliveTimeout,
isKeepAliveNeeded: isKeepAliveNeeded,
}

if isKeepAliveNeeded {
Expand Down

0 comments on commit d36adbe

Please sign in to comment.