v1.4.1
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 theIllegalStateException
because of cannot access request header fields after connection is set when occurring http-exception. Closes #458