CameronDiver / Minereum

A short script to run the ethminer program and parse it's output to produce more meaningful information.
GNU General Public License v2.0
2 stars 5 forks source link

Change the GethMarshal class to use select to read from the sockets, rather than spawning a new thread #8

Closed CameronDiver closed 9 years ago

CameronDiver commented 9 years ago

The emmarshal class uses select to see when data is available, and whereas gethmarshal uses a seperate thread, so change gethmarshal to do the same thing.

CameronDiver commented 9 years ago

Sorted