Hello;

I try the WebSocket API in java.httpclient module;

URI uri = URI.create("ws://localhost:8080/merhaba");
        MessageListener messageListener = new MessageListener();

        WebSocket.newBuilder(uri, messageListener)
                .buildAsync()
                .join();

I have this code, it connects to WebSocket server, but after connection it
doesn't get messages sent from server. Is this feature ready to test?

Thanks.

-- 
Rahman USTA
Istanbul JUG
https://github.com/rahmanusta <http://www.kodcu.com/>

Reply via email to