Make sure that before your application shuts down, it removes the NIC proxy instances to release resources for other software processes.
To remove one NIC proxy instance:
- NicProxy.destroy();
To remove all NIC proxy instances, call the following method:
- NicFactory.destroy();