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

unable to read multicast interface #12

Closed mrefky closed 1 year ago

mrefky commented 1 year ago

Running exchange generates error "panic unable to read multicast interface"

robaho commented 1 year ago

You need to provide the full panic trace or I cannot help.

You may need to edit the settings in configs/ to make it work on your machine.

robaho commented 1 year ago

The code may need to be updated for Go modules. Go changes a lot of infra all the time, so things break.

mrefky commented 1 year ago

Thanks I managed to correct it and all works as expected . Thanks for sharing this .

robaho commented 1 year ago

I am happy you find it useful.