Hello,
I can enter the function below and it returns the data according to the parameter I give, but what I want is something like this; After completing the operations, I want it to leave this area and return to the beginning within a while loop, but I could not do it.
var subscription = await socketClient.SpotApi.ExchangeData.SubscribeToKlineUpdatesAsync(SymBolName, Binance.Net.Enums.KlineInterval.OneMinute, async data =>
{
Hello, I can enter the function below and it returns the data according to the parameter I give, but what I want is something like this; After completing the operations, I want it to leave this area and return to the beginning within a while loop, but I could not do it.
var subscription = await socketClient.SpotApi.ExchangeData.SubscribeToKlineUpdatesAsync(SymBolName, Binance.Net.Enums.KlineInterval.OneMinute, async data => {
}