is it possible to implement DNS caching lookup to avoid this error?, on windows this can be avoided with the ipconfig /flushdns command and similarly on linux by resetting NetworkManager or using systemd-resolve. but if it can be implemented in the code, that would be even better!
is it possible to implement DNS caching lookup to avoid this error?, on windows this can be avoided with the
ipconfig /flushdns
command and similarly on linux by resettingNetworkManager
or usingsystemd-resolve
. but if it can be implemented in the code, that would be even better!