Skip to content

Commit

Permalink
Reduce usage of unwrap
Browse files Browse the repository at this point in the history
Single panic would kill controller_thread, as result no shares will be
send to a pool while all solvers work fine. This pr reduces number of
unwraps. Underlying reason for errors seems to be incorrect read impl,
I'll address it in the next pr. Partially address #190 and #193
  • Loading branch information
hashmap committed Feb 15, 2019
1 parent e84a36b commit f441d05
Showing 1 changed file with 128 additions and 73 deletions.
Loading

0 comments on commit f441d05

Please sign in to comment.