gupta11

Results 4 comments of gupta11

Is there any roadmap for this to be built out?

```java public class WebSocketConnection { private WebSocketConnection(){ } public static WebSocketConnection connection; public static synchronized WebSocketConnection getInstance(){ if (connection == null) { connection = new WebSocketConnection(); } return connection; }...

Thank you so much for taking a look @bryanjos . I will check it next week and again check my code and revert back to you. I hope this works....

I was not able to verify if this is working. I had a release that I was working towards and had to use another socket library with my own implementation...