mcuadros / go-syslog

Syslog server library for go.
http://godoc.org/gopkg.in/mcuadros/go-syslog.v2
MIT License
523 stars 143 forks source link

Example closes immediately #44

Open t3h2mas opened 6 years ago

t3h2mas commented 6 years ago

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

wildsurfer commented 6 years ago

same here

danyanya commented 6 years ago

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