meritlabs / libmeritminer

Library that can mine merit.
GNU General Public License v3.0
8 stars 2 forks source link

Infinite loop in stratum response parsing. #4

Closed mempko closed 6 years ago

mempko commented 6 years ago

If the stratum server sent any non json parsible line the client would get in an infinite loop trying to parse the garbage line.

Also if the stratum server requests a reconnect, the client didn't properly reconnect.