A Tip for SnmpSharpNet (SNMP#NET) Users
This post is about a tip for SnmpSharpNet (SNMP#NET) users.
Well, I believe you have the habit of reading release notes and pay attention to what was written in SnmpSharpNet’s one.
Then you should know that in almost all cases Dispose or using must be used for UdpTarget objects. However, many users ignored this tip and experienced socket problems.
Luckily #SNMP uses a different design which is free of such issues, so you can feel free to try it out.
© Lex Li. All rights reserved. The code included is licensed under CC BY 4.0 unless otherwise noted.
Advertisement