SiaFoundation / siad

The Sia daemon
https://sia.tech
MIT License
130 stars 28 forks source link

Close mux log when node is closed #152

Closed ChrisSchinnerl closed 1 year ago

ChrisSchinnerl commented 1 year ago

This PR makes sure the log file of the siamux is closed as part of the node.Close call.

Renterd's integration tests fail on windows because deleting the log after the test fails due to the log not being closed.

NOTE: I verified that this change fixes the test by go get'ing this PR's latest commit.