WebSocket not working for VB .Net

mkamthe
I tried to get the quotes using websocket in vb.net this morning but it's not working. It's exiting the thread with no exceptions.

However with the same code was able to get the quote on Weekend (just a single tick)

Not sure what's wrong here.
  • sujith
    Can you paste exception here?
  • mkamthe
    @sujith As I mentioned it is not throwing any exception. Just exiting the thread with no exception.

    What could be the cause? I trited to unsubscribe and the subscribe the script several time but no luck.
  • sujith
    Have you added Console.ReadKey() at end of your code?
  • mkamthe
    This is winform app. Just trying to print the output using debug.print
    It worked on Saturday by returning single last tick with all the fields.
    Not sure what happened now. No changes made to the code.
Sign In or Register to comment.