Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move websocket backend to boost::beast #248

Merged
merged 1 commit into from
May 24, 2024

Conversation

wrieg123
Copy link
Collaborator

@wrieg123 wrieg123 commented May 22, 2024

Moving the websocket backend off of websocketpp to boost::beast which looks like it should support both windows and c++20.

Fixes #253
Fixes #236

@wrieg123 wrieg123 added lang: c++ Issues and PRs related to the C++ codebase adapter: websocket Issues and PRs related to our websocket adapter labels May 22, 2024
@wrieg123 wrieg123 force-pushed the wrr/update_ws_backend branch 8 times, most recently from 93bcf37 to f5c25f4 Compare May 23, 2024 02:53
vcpkg.json Show resolved Hide resolved
@wrieg123 wrieg123 force-pushed the wrr/update_ws_backend branch 3 times, most recently from dbd5475 to 23ab78f Compare May 23, 2024 11:06
@wrieg123 wrieg123 requested a review from timkpaine May 23, 2024 12:08
conda/dev-environment-unix.yml Outdated Show resolved Hide resolved
cpp/csp/adapters/websocket/ClientAdapterManager.cpp Outdated Show resolved Hide resolved
cpp/csp/adapters/websocket/ClientAdapterManager.cpp Outdated Show resolved Hide resolved
cpp/csp/adapters/websocket/ClientAdapterManager.cpp Outdated Show resolved Hide resolved
@wrieg123 wrieg123 force-pushed the wrr/update_ws_backend branch 2 times, most recently from 29ef21d to 04c2bcb Compare May 23, 2024 20:50
@wrieg123 wrieg123 requested a review from robambalu May 23, 2024 20:53
@wrieg123 wrieg123 merged commit 69514cb into Point72:main May 24, 2024
29 checks passed
@wrieg123 wrieg123 deleted the wrr/update_ws_backend branch May 24, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adapter: websocket Issues and PRs related to our websocket adapter lang: c++ Issues and PRs related to the C++ codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change websocket client C++ library Include websocket adapter in windows build
3 participants