Skip to content

3.1.0

Compare
Choose a tag to compare
@JellyBrick JellyBrick released this 07 Jun 06:29
· 60 commits to master since this release
830ed9e

3.1.0

BC Break

  • method signature changed. (updateServerCount(count: Int, onSuccess: () -> Unit, onFailure: ((Throwable) -> Unit)? = null) to updateServerCount(serverCount: Int = 0, shardCount: Int = 0, onSuccess: () -> Unit, onFailure: ((Throwable) -> Unit)? = null))