☰
Login
Signup
Home
›
.Net API client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
March 2018
mkamthe
March 2018
sujith
WebSocket not working for VB .Net
mkamthe
March 2018
in
.Net API client
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
March 2018
Can you paste exception here?
mkamthe
March 2018
@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
March 2018
Have you added Console.ReadKey() at end of your code?
mkamthe
March 2018
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.
What could be the cause? I trited to unsubscribe and the subscribe the script several time but no luck.
It worked on Saturday by returning single last tick with all the fields.
Not sure what happened now. No changes made to the code.