Hi Lex,
You wrote in FAQs that the library is not thread safe
You wrote in FAQs that the library is not thread safe
Is this library thread safe? : Not yet. Please use static methods in Messenger class which should be thread safe.
However in one of the older posts https://sharpsnmplib.codeplex.com/discussions/234718
You said that ISnmpMessage classes can be used in multi-threaded environment if they are spawned and thrown away for each request. Has this changed over the past 3 years? Meaning that is it still safe to use Level-1 ISnmpMessage derived classes in a multi-threaded fashion without locking if they get spawned and thrown away each time?