dynamofoundation / MiningPool

1 stars 3 forks source link

Pool: Unable to restart quickly due to port binding error #4

Open scoobiru opened 2 years ago

dynamo-foundation commented 2 years ago

Need more details on this one

scoobiru commented 2 years ago

If the poolapp is terminated while a miner client is connected, the open port connection will enter last_ack state and remain for several minutes preventing re-binding of the listener port.

Brief searching suggests the app should close all sockets when exiting.