Skip to content

Commit

Permalink
Merge pull request #993 from redboltz/fix_connection_error_called
Browse files Browse the repository at this point in the history
Wrapped connection_error_called by socket's strand.
  • Loading branch information
redboltz authored Mar 25, 2024
2 parents ac2d324 + 71e6799 commit 62a16b2
Show file tree
Hide file tree
Showing 2 changed files with 323 additions and 305 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ strategy:

steps:
- powershell: |
choco install --confirm --limitoutput --no-progress openssl
choco install --confirm --limitoutput --no-progress openssl --version=3.1.1
displayName: 'install openssl'

- powershell: |
Expand All @@ -153,7 +153,7 @@ steps:
if (!$?) {
return Write-Error "cmake failed"
}
cmake --build . --config Release
cmake --build . --config Release --verbose
if (!$?) {
return Write-Error "cmake --build failed"
}
Expand Down
Loading

0 comments on commit 62a16b2

Please sign in to comment.