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 ArticleCreated 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 ArticleCommented 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 ArticleCommented 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 ArticleClosed 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 ArticleCommented 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 ArticleClosed 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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 ArticleClosed 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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 ArticleCreated 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 ArticleClosed 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 ArticleCreated 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