Re: New threads spawned during SSH.NET events? (General questions)
Dear,
we don't use new threads, but socket related messages to come in separate threads, and we just fire events from there. You should use Invoke/BeginInvoke if you want to synchonize. I think our samples use them also.
Kreso