Fix rumqttc build with websocket feature enabled#999
Merged
giridher-art merged 1 commit intobytebeamio:mainfrom Nov 17, 2025
Merged
Fix rumqttc build with websocket feature enabled#999giridher-art merged 1 commit intobytebeamio:mainfrom
giridher-art merged 1 commit intobytebeamio:mainfrom
Conversation
Collaborator
|
hey @MightyPork , can you specify the details of how the does this error occurs ? is this specific to a feature ? |
Contributor
Author
|
I just enabled the websocket feature and it failed to build, even standalone outside my project. We are now switched to my fork before this is fixed upstream. |
giridher-art
approved these changes
Nov 17, 2025
Collaborator
|
@MightyPork we will cut a new release . |
thehouseisonfire
pushed a commit
to thehouseisonfire/rumqtt
that referenced
this pull request
Mar 4, 2026
Fix rumqttc build with websocket feature enabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a fix for building rumqttc with the websocket feature enabled.
Note that the Cargo.lock in the workspace is hopelessly outdated and build fails, so I locally had to do cargo update first. That is not included in the PR.