go-syslog icon indicating copy to clipboard operation
go-syslog copied to clipboard

Example closes immediately

Open t3h2mas opened this issue 7 years ago • 2 comments

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

t3h2mas avatar Dec 15 '17 20:12 t3h2mas

same here

wildsurfer avatar Jan 12 '18 19:01 wildsurfer

@t3h2mas @wildsurfer You need to run example with sudo (because of port number < 1000) or use a different port.

danyanya avatar Jan 25 '18 14:01 danyanya