Skip to content

Commit 62a16b2

Browse files
authoredMar 25, 2024··
Merge pull request #993 from redboltz/fix_connection_error_called
Wrapped connection_error_called by socket's strand.
2 parents ac2d324 + 71e6799 commit 62a16b2

File tree

2 files changed

+323
-305
lines changed

2 files changed

+323
-305
lines changed
 

‎azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ strategy:
128128

129129
steps:
130130
- powershell: |
131-
choco install --confirm --limitoutput --no-progress openssl
131+
choco install --confirm --limitoutput --no-progress openssl --version=3.1.1
132132
displayName: 'install openssl'
133133

134134
- powershell: |
@@ -153,7 +153,7 @@ steps:
153153
if (!$?) {
154154
return Write-Error "cmake failed"
155155
}
156-
cmake --build . --config Release
156+
cmake --build . --config Release --verbose
157157
if (!$?) {
158158
return Write-Error "cmake --build failed"
159159
}

0 commit comments

Comments
 (0)
Please sign in to comment.