tonystark

About

Username
tonystark
Joined
Visits
139
Last Active
Roles
Member, Moderator

Comments

  • Hi @imlokesh, We have fixed this issue. If you are using NuGet, check for updates in the package manager. Or if you are using the DLL file from the GitHub please download the latest one from there and reference it in your project. "Change" field i…
  • Hi @arjunender, It seems there is some issue in your authentication process. Try wrapping your code inside a try catch block like this to get the error information: try { User user = kite.RequestAccessToken("", ""); } catch (ParseException e) {…
  • @sunnypatel, Of course, you can use WebSocket on your local machine. You can follow the example code in the documentation.