☰
Login
Signup
Home
›
ameerk313
›
Comments
Activity
Discussions
1
Comments
3
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
ameerk313
About
Username
ameerk313
Joined
June 2020
Visits
14
Last Active
October 2020
Roles
Member
Activity
Discussions
1
Comments
3
Comments
I fixed the issue by wrapping the http.GetContextAsync() around a Task.Run var context = await http.GetContextAsync(); i.e. var context = Task.Run(async () => await http.GetContextAsync()).Result;
in
Recommended login flow for .Net desktop/console applications
Comment by
ameerk313
July 2020
Ok, thanks. @rakeshr
in
How to check if MIS, CO or BO orders are blocked or opened
Comment by
ameerk313
June 2020
Is there any kite connect service that we can use to identify?
in
How to check if MIS, CO or BO orders are blocked or opened
Comment by
ameerk313
June 2020