As a continue of the Issue #20
I add that:
- I added a try catch around the
Future<void> _bind({InternetAddress? address, int? port}) function (in file snmp_base.dart) and the exception doesn't show up anymore (that's okay because I get the informations that I need to get)
- after running the scan the other http calls no longer work (to do regular http call i use dio: 5.0.1)
As a continue of the Issue #20
I add that:
Future<void> _bind({InternetAddress? address, int? port})function (in file snmp_base.dart) and the exception doesn't show up anymore (that's okay because I get the informations that I need to get)