node-tftp
node-tftp copied to clipboard
Error [ERR_SOCKER_DGRAM_NOT_RUNNING] Not running
Im using TFTP Server Steps Im doing
- Starting the server (passing it an IP address)
- Receiving a file
- Closing the server with
close()method - Starting the server again with
listen()
When starting the server again for the 2nd time I`m getting the mentioned error