Vamshi Krishna
Vamshi Krishna
I tried to implement JAX-RS Web API connect to a WebSocket Client using javax.websocket-api / jakarta.websocket-api client endpoints with custom encoders / decoders for data and consume data from the...
@spericas I wanted to develop a JAX-RS API, which when executed in turn would connect to WebSocket to download / process some messages from server, and then return a response...
I am also facing the same issue, and was able to temporarily resolve it by explicitly adding provider oci block. When i remove provider oci block and set config_file_profile value...