somakeit / smib

1 stars 0 forks source link

SMIBHID seems to make multiple calls to start networking on startup #80

Closed sjefferson99 closed 2 months ago

sjefferson99 commented 3 months ago

Log output suggests a lot of calls for trying to start networking, which is delaying the initial connection and will probably get exponentially worse.

Either reduce calls to networking on startup, or better, make networking only handle one connection request at a time with a timeout.

sjefferson99 commented 2 months ago

Fixed in recent PR #159