You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading from 1.12.x to 1.13.x the WebSocket Client callbacks no longer interact with the container correctly. I am seeing issues such as:
ERROR: UT026013: Unhandled error in annotated endpoint org.acme.websockets.ChatTest$Client@54e6d66f
java.lang.RuntimeException: java.util.ServiceConfigurationError: io.smallrye.config.SmallRyeConfigFactory: io.quarkus.runtime.configuration.QuarkusConfigFactory not a subtype
I'm guessing a ClassLoader issue?
I observed this initially on a server-side WS Client but it is also reproducible in the ChatTest example (attached). Reproducer: websockets-quickstart.zip
The text was updated successfully, but these errors were encountered:
Since upgrading from 1.12.x to 1.13.x the WebSocket Client callbacks no longer interact with the container correctly. I am seeing issues such as:
I'm guessing a ClassLoader issue?
I observed this initially on a server-side WS Client but it is also reproducible in the ChatTest example (attached).
Reproducer: websockets-quickstart.zip
The text was updated successfully, but these errors were encountered: