OpenTl.ClientApi icon indicating copy to clipboard operation
OpenTl.ClientApi copied to clipboard

SendRequestAsync is Blocking

Open imclint21 opened this issue 5 years ago • 0 comments

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

imclint21 avatar Jan 19 '20 19:01 imclint21