Update websocket idle timer upon receiving a ping message

This commit is contained in:
Mohammad Nejati
2025-02-08 12:15:48 +00:00
committed by Mohammad Nejati
parent f9387fda71
commit 95386da791
5 changed files with 81 additions and 85 deletions

View File

@@ -196,13 +196,13 @@ jobs:
- toolset: clang
install: clang-16
compiler: clang++-16
cxxstd: "11,14,17,20,2b"
cxxstd: "11,14,17,20" # no 2b: https://github.com/llvm/llvm-project/issues/97842
os: ubuntu-24.04
supported: true
- toolset: clang
install: clang-17
compiler: clang++-17
cxxstd: "11,14,17,20,2b"
cxxstd: "11,14,17,20" # no 2b: https://github.com/llvm/llvm-project/issues/97842
os: ubuntu-24.04
supported: true
- toolset: clang