☰
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
14K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
384
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.