TakahikoKawasaki / nv-websocket-client

High-quality WebSocket client implementation in Java.
Apache License 2.0
2.03k stars 292 forks source link

Not able to get Messages from wss server if the implementation is written under @Test in testng. #227

Open leelaram-j opened 3 years ago

leelaram-j commented 3 years ago

Hi,

The code is working and i'm able to get messages from websocket if the code is written under public static void main method. If the same code is written under @Test in testng method, it is not working. I'm not able to get messages from websocket.

leelaram-j commented 3 years ago

@TakahikoKawasaki can you please help.