You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all roles start a loop which blocks the start function from returning early. Ideally the start function would run any blocking code in a separate thread.
Currently all roles start a loop which blocks the
start
function from returning early. Ideally the start function would run any blocking code in a separate thread.Example from jd-client role: https://github.com/stratum-mining/stratum/blob/main/roles/jd-client/src/lib/mod.rs#L92
The text was updated successfully, but these errors were encountered: