Do you have any .net examples of the usage of this websocket? I want to be able to display live prices in a table, so that it will update the price of the ticker in another object which is listed in the table and I am having a hard time figuring out how I would do this for .net. In your example: you use an exitEvent and it makes it so that the subscription is only active for 30 seconds, and i want the subscription to be active for the entire life of the website connection, basically I just dont know what I am doing with websockets yet and could really use some other resources for learning opportunities and the stuff in your examples seems to be for bitmex or something
Do you have any .net examples of the usage of this websocket? I want to be able to display live prices in a table, so that it will update the price of the ticker in another object which is listed in the table and I am having a hard time figuring out how I would do this for .net. In your example: you use an exitEvent and it makes it so that the subscription is only active for 30 seconds, and i want the subscription to be active for the entire life of the website connection, basically I just dont know what I am doing with websockets yet and could really use some other resources for learning opportunities and the stuff in your examples seems to be for bitmex or something