Run client connection handler inside new thread, fixes #798 (#801)

* Run client connection handler inside new thread, fixes #798
* Execute CI build on ubuntu-22.04
 * ubuntu-18.04 image is now deprecated and there are brownout periods
   being introduced where the builds are failing
 * see https://github.com/actions/runner-images/issues/6002 for more
   details
This commit is contained in:
Petr Široký
2023-03-07 14:16:04 +01:00
committed by GitHub
parent 0b55c8f3e6
commit 1f99fb8cb7
2 changed files with 12 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-18.04, macOS-10.15, windows-2019 ]
os: [ ubuntu-22.04, macOS-10.15, windows-2019 ]
runs-on: ${{ matrix.os }}
steps: