Open t3h2mas opened 6 years ago
When running the example under examples/basic_udp.go the program immediately closes.
examples/basic_udp.go
Any ideas? Should I be doing something extra to add something to the waitgroup?
System: Mac 10.13.1 Go version: 1.9.1
same here
@t3h2mas @wildsurfer You need to run example with sudo (because of port number < 1000) or use a different port.
When running the example under
examples/basic_udp.go
the program immediately closes.Any ideas? Should I be doing something extra to add something to the waitgroup?
System: Mac 10.13.1 Go version: 1.9.1