Quantcast
Channel: sshnet Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 1026

Created Issue: High CPU Load when opening a shell session [1555]

$
0
0
When starting a shell session I observe a high CPU load (100% on one core).
I use the following code to connect:


MemoryStream input = new MemoryStream();
MemoryStream output = new MemoryStream();
MemoryStream extOutput = new MemoryStream();
shell = client.CreateShell(input, output, extOutput);
shell.Stopped += new EventHandler<EventArgs>(shell_Stopped);
shell.ErrorOccurred += new EventHandler<Renci.SshNet.Common.ExceptionEventArgs>(shell_ErrorOccurred);
shell.Start();

Thanks for the great library!

David

Viewing all articles
Browse latest Browse all 1026

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>