Skip to content

v1.4.1

Compare
Choose a tag to compare
@Jacksgong Jacksgong released this 02 Feb 16:33
· 334 commits to master since this release

中文

Fix

  • Fix(High concurrency): Fix occurring the NPE crash because of it still receiving message-snapshot in the messenger but the host task has been assigned to null since it has been received over-status message-snapshot. Closes #462
  • Fix(FileDownloadHttpException): Fix occurring the IllegalStateException because of cannot access request header fields after connection is set when occurring http-exception. Closes #458