Bug fixes
- #498 -
EventPollersilent thread death on empty event list.
Installation
Maven
<dependency>
<groupId>com.github.jamesnetherton</groupId>
<artifactId>zulip-java-client</artifactId>
<version>0.10.1</version>
</dependency>
Gradle
dependencies {
compile 'com.github.jamesnetherton:zulip-java-client:0.10.1'
}