mirror of
https://github.com/boostorg/beast.git
synced 2025-08-04 07:14:32 +02:00
Update websocket idle timer upon receiving a ping message
This commit is contained in:
committed by
Mohammad Nejati
parent
f9387fda71
commit
95386da791
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user