OpenTl.ClientApi
OpenTl.ClientApi copied to clipboard
SendRequestAsync is Blocking
Hi,
I execute this, to get participants of a channel, but apparently the commands stop the execution of the program, any idea why?
var participants = (TChannelParticipants) await _clientApi.CustomRequestsService.SendRequestAsync(requestcl);
cc @vik-borisov