Amol

About

Username
Amol
Joined
Visits
16
Last Active
Roles
Member

Comments

  • @Shabeershah2002 Yes I succeeded.Issue is related to byte array. You have to reverse the array which you receive but field wise.i.e byte[48] : [0]: 0 [1]: 1 [2]: 0 [3]: 44 [4]: 7 [5]: 162 [6]: 186 [7]: 4 [8]: 0 [9]: 2 [10]: 86 [11]: 182 [12]: 0…
  • @Kailash I already tried the above mention input but after using this output is different. 1: System.BitConverter.ToInt16(e.TextB, 1) o/p : 1 2: System.BitConverter.ToInt16(e.TextB, 0) o/p : 256 3.System.BitConverter.ToInt16(e.TextB, 3) o/p : 183…
  • @Kailash I am able to connect and receive data but data received is not getting parsed properly. Data Received is byte array of 48 length and i am sending request for full mode Message format for subscription : 1.message = {"a": "subscribe", "v":…
  • still not receiving data after using above format '{"a": "subscribe", "v": [260355]}'
  • @vivek please mention the right format which u exprect at ur end .I will really helpful
  • @vivek no still not receiving data can u check my message format is it ok. and i have only subscribe for NFO so can i receive data of NSE Reliance. 1: string message = @{'a': 'subscribe', v: [738561]}; ws.Send(JsonConvert.SerializeObject(message)…
  • @vivek I have me mention in 1st message the request which i m sending for subscribing the data.
  • @vivek . I got it ,it is heartbeat message but still i m not receiving data.What should i do for data part.
  • @tejashree can u share c# code of login preocess it will very help full.