Skip to content

Commit

Permalink
Merge branch 'UlyanaAndrukhiv/6639-ws-ping-pong' into illia-malachyn/…
Browse files Browse the repository at this point in the history
…6642-ws-controller-error-handling
  • Loading branch information
illia-malachyn committed Dec 13, 2024
2 parents eed3b63 + 08e5f73 commit b8850f8
Show file tree
Hide file tree
Showing 2 changed files with 336 additions and 105 deletions.
4 changes: 0 additions & 4 deletions engine/access/rest/websockets/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,6 @@ func (c *Controller) keepalive(ctx context.Context) error {
return err
}

c.writeErrorResponse(
ctx,
err,
wrapErrorMessage(ConnectionWrite, "error sending ping", "", "", ""))
return fmt.Errorf("error sending ping: %w", err)
}
}
Expand Down
Loading

0 comments on commit b8850f8

Please sign in to comment.