florent37 / Wear-Emmet

Emmet is an protocol based data-transfer for Android Wear
http://florent37.github.io/Emmet
Apache License 2.0
41 stars 11 forks source link

Recursive loop without exit condition #16

Open stewe93 opened 7 years ago

stewe93 commented 7 years ago

There was a recursive loop without an exit condition and if I called the handheld device too fast from wear the program stucked in it an caused a StackOverFlow exception. I found your previous implementation and used that instead of the recursive call.