Thanks for your work on this! I'm in the process of learning Go and am using this library for log ingestion. During development I keep having to reboot. If the application exits before the UDP socket is closed, the socket is left in TIME_WAIT and the application can't bind to it when I restart it.
Would it be possible to set the SO_REUSEADDR socket option?
Thanks for your work on this! I'm in the process of learning Go and am using this library for log ingestion. During development I keep having to reboot. If the application exits before the UDP socket is closed, the socket is left in TIME_WAIT and the application can't bind to it when I restart it.
Would it be possible to set the SO_REUSEADDR socket option?