Quantcast
Channel: sshnet Issue Tracker Rss Feed
Browsing all 1026 articles
Browse latest View live
↧

Created Issue: Thread-safe event handling [1551]

Consider rewriting this: if (this.ErrorOccurred != null){ this.ErrorOccurred(this, e);}Into:var handler = ErrorOccurred;if (handler != null){ handler(this, e);}

View Article


Created Issue: Consider killing off the TaskFactory [1552]

We are moving to NServiceBus for some of our parts of the software, and suddenly the library stopped working (connection timeouts). So after a few hours of double checking everything, I decided to...

View Article


Commented Issue: Thread-safe event handling [1551]

Consider rewriting this: if (this.ErrorOccurred != null){ this.ErrorOccurred(this, e);}Into:var handler = ErrorOccurred;if (handler != null){ handler(this, e);}Comments: ** Comment from web user:...

View Article

Commented Issue: Consider killing off the TaskFactory [1552]

We are moving to NServiceBus for some of our parts of the software, and suddenly the library stopped working (connection timeouts). So after a few hours of double checking everything, I decided to...

View Article

Closed Issue: Consider killing off the TaskFactory [1552]

We are moving to NServiceBus for some of our parts of the software, and suddenly the library stopped working (connection timeouts). So after a few hours of double checking everything, I decided to...

View Article


Commented Issue: Thread-safe event handling [1551]

Consider rewriting this: if (this.ErrorOccurred != null){ this.ErrorOccurred(this, e);}Into:var handler = ErrorOccurred;if (handler != null){ handler(this, e);}Comments: ** Comment from web user:...

View Article

Closed Issue: Thread-safe event handling [1551]

Consider rewriting this: if (this.ErrorOccurred != null){ this.ErrorOccurred(this, e);}Into:var handler = ErrorOccurred;if (handler != null){ handler(this, e);}Comments: Fixed in 24900

View Article

Commented Issue: Thread-safe event handling [1551]

Consider rewriting this: if (this.ErrorOccurred != null){ this.ErrorOccurred(this, e);}Into:var handler = ErrorOccurred;if (handler != null){ handler(this, e);}Comments: ** Comment from web user:...

View Article


Commented Issue: Consider killing off the TaskFactory [1552]

We are moving to NServiceBus for some of our parts of the software, and suddenly the library stopped working (connection timeouts). So after a few hours of double checking everything, I decided to...

View Article


Commented Issue: Thread-safe event handling [1551]

Consider rewriting this: if (this.ErrorOccurred != null){ this.ErrorOccurred(this, e);}Into:var handler = ErrorOccurred;if (handler != null){ handler(this, e);}Comments: ** Comment from web user:...

View Article

Commented Issue: Consider killing off the TaskFactory [1552]

We are moving to NServiceBus for some of our parts of the software, and suddenly the library stopped working (connection timeouts). So after a few hours of double checking everything, I decided to...

View Article

Commented Issue: Consider killing off the TaskFactory [1552]

We are moving to NServiceBus for some of our parts of the software, and suddenly the library stopped working (connection timeouts). So after a few hours of double checking everything, I decided to...

View Article

Commented Issue: Consider killing off the TaskFactory [1552]

We are moving to NServiceBus for some of our parts of the software, and suddenly the library stopped working (connection timeouts). So after a few hours of double checking everything, I decided to...

View Article


Closed Issue: Rosh [1546]

When i use the Rosh command any other commands taht i pass are not working.!any help greatly appreciated. Dim connInfo As New Renci.SshNet.PasswordConnectionInfo(servTxt.Text, Val(prtTxt.Text),...

View Article

Commented Issue: Seeing a protected memory exception [1549]

I am seeing a protected memory exception when connecting to device.```Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at...

View Article


Commented Issue: Consider killing off the TaskFactory [1552]

We are moving to NServiceBus for some of our parts of the software, and suddenly the library stopped working (connection timeouts). So after a few hours of double checking everything, I decided to...

View Article

Commented Issue: SFTP: Uploading Files to the FTP Server has Inconsistent...

__Method Name:__ UploadFile()__Issue:__ Files Uploaded to FTP Server has Inconsistent BehaviorI am trying to upload the file from local path to the ftp server, there is no exceptions in the...

View Article


Created Issue: SshNet Help [1554]

The SshNet Help has no content.Every article returns:-Navigation to the webpage was canceled What you can try: Retype the address.

View Article

Closed Issue: SshNet Help [1554]

The SshNet Help has no content.Every article returns:-Navigation to the webpage was canceled What you can try: Retype the address.Comments: This is not an issue but windows behaviour when you download...

View Article

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

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...

View Article
Browsing all 1026 articles
Browse latest View live


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