Skip to content

Commit

Permalink
Add zlib dependency to conda dev environment (#423)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Glustein <[email protected]>
  • Loading branch information
AdamGlustein authored Jan 5, 2025
1 parent e157cc5 commit 9b81df9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/dev-environment-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ dependencies:
- unzip
- wheel
- zip
- zlib
1 change: 1 addition & 0 deletions conda/dev-environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ dependencies:
- twine
- typing-extensions
- wheel
- zlib
2 changes: 1 addition & 1 deletion cpp/csp/adapters/websocket/WebsocketEndpoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void WebsocketEndpoint::setOnSendFail(string_cb on_send_fail)
void WebsocketEndpoint::run()
{

m_ioc.reset();
m_ioc.restart();
if(m_properties.get<bool>("use_ssl")) {
ssl::context ctx{ssl::context::sslv23};
ctx.set_verify_mode(ssl::context::verify_peer );
Expand Down

0 comments on commit 9b81df9

Please sign in to comment.