Otann / morse

📡 Clojure interface for Telegram Bot API
Eclipse Public License 1.0
257 stars 48 forks source link

catch Throwable instead of Exception if handling update in go-loop fails #22

Closed martinklepsch closed 7 years ago

martinklepsch commented 7 years ago

AssertionErrors don't subclass Exception so they will kill the loop :)

Otann commented 7 years ago

released 0.2.4 to clojars with this PR