robaho / go-trader

financial exchange written in Go, designed for algorithmic trading tests
GNU General Public License v3.0
376 stars 75 forks source link

feat: print error not fix msg #17

Closed napoleon665 closed 2 months ago

napoleon665 commented 2 months ago

I just noticed that this error can sometimes help fix an issue if you are running the executable from the wrong path.

An error here is not always due to "unable to read multicast addr".

robaho commented 2 months ago

thanks