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

Use libcurl websockets #189

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Use libcurl websockets #189

wants to merge 2 commits into from

Conversation

ThePedroo
Copy link
Contributor

Notice

  • I understand the code that I have edited, and have the means
    to test it before making changes to Concord.

What?

This PR focus on replacing libcurl-websockets for libcurl websockets, build-in feature of libcurl to handle WS connections.

Why?

Although new, libcurl websockets have proven to be far more stable than libcurl-websockets, which causes and caused tons of bugs across numerous generations of Concord. This helps bot be stabler.

How?

By modifying websockets.c source to use libcurl websockets instead.

Testing?

Testing in personal bot, ran for at least 1 week without connection issues.

This commit feats/adds/introduces libcurl websockets as a replacement to curl-websockets.
@ThePedroo ThePedroo added bug Something isn't working enhancement New feature or request labels Dec 29, 2024
@ThePedroo ThePedroo requested a review from lcsmuller December 29, 2024 05:04
@ThePedroo ThePedroo changed the base branch from master to dev December 29, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant