From cb9fc70ec0f95a51a688fd9e15aa6d3207ede465 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 30 Aug 2024 15:06:50 +0200 Subject: [PATCH] chore: update php test Signed-off-by: Valery Piashchynski --- .golangci.yml | 1 - go.work.sum | 3 +-- proxy.go | 7 +++++++ tests/centrifugo_test.go | 19 ++++++++++++++----- tests/go.mod | 14 ++++++++------ tests/go.sum | 20 ++++++++++---------- tests/php_test_files/centrifuge_connect.php | 9 +++++++++ 7 files changed, 49 insertions(+), 24 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 05fa8b9..3aa2c7b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -50,7 +50,6 @@ linters: # All available linters list: respond(new Payload\SubscribeResponse()); + } catch (\Throwable $e) { + $request->error($e->getCode(), $e->getMessage()); + } + + continue; + } if ($request instanceof Request\Connect) {