TahirAwan121

Results 1 comments of TahirAwan121

private async void Process() { try { await InitializeStream(); while (_client.Connected) { // TODO : Configuration. var limitedStream = new NotFlushingStream(new LimitedStream(_stream)); //TimeOut Code start TimeSpan timeout = TimeSpan.FromSeconds(10); Logger.InfoFormat("{1}...