symphonyoss / symphony-java-client

Java client library for Symphony
Apache License 2.0
34 stars 37 forks source link

Unhandled Exception in AuthRefreshTask #112

Closed robmoffat closed 6 years ago

robmoffat commented 6 years ago

If AuthRefreshTask fails in anything except a NetworkException, it will cause the timer thread that runs it to die, and the exception won't be logged.

This seems to have happened to me (we sometimes have poor network connectivity to Symphony), and the tokens didn't refresh.

thanks, Rob

ftbb commented 6 years ago

commit 2672600208281341d81cc6f54a0911a3cba70c83

This is now fixed and tested (unplugged network).

SNAPSHOT 1.1.5 published