holylobster / nuntius-linux

Nuntius delivers notifications from your phone or tablet to your computer
GNU General Public License v2.0
216 stars 25 forks source link

read json in a more robust way #21

Open pbor opened 9 years ago

pbor commented 9 years ago

We are using read_line_async assuming that the json will all be on a single line. This is obviously not robust and we did it as a quick test and then forgot.