wangeek

Results 1 comments of wangeek

Yes, it works without `netifaces`. This single line fixes my issue: `ping_sock.bind((self._location.addr, 0))` And param `node` need to be set while creating `disasyncoro.AsynCoro`: `discoro.Scheduler(node="192.168.216.1")` Which would better be documented. Thx.