-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Quarkus Websockets Next client connector is not reusable #44465
Comments
cc @mkouba |
An injected You can inject |
@mkouba Thanks, works nice |
- also add tests for programmatic lookup of connectors - related to quarkusio#44465
- also add tests for programmatic lookup of connectors - related to quarkusio#44465
- also add tests for programmatic lookup of connectors - related to quarkusio#44465 (cherry picked from commit c59a6dc)
Describe the bug
I'm trying to open multiple connections using Websockets Next. Connections require different headers for auth purposes. Due to
addHeader
method not overwriting headers, but just adding new ones to the list, my upgrade request sends the initial header value instead of the new one.How could the connector be reused?
Expected behavior
connector should be completely reusable
Actual behavior
connector is not reusable
How to Reproduce?
Output of
uname -a
orver
Microsoft Windows [Version 10.0.22631.4317]
Output of
java -version
Amazon Coretto 21
Quarkus version or git rev
3.16.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle 8.10.2
Additional information
No response
The text was updated successfully, but these errors were encountered: