leancloud-realtime
Advanced tools
Comparing version 3.5.6 to 3.5.7
{ | ||
"name": "leancloud-realtime", | ||
"version": "3.5.6", | ||
"version": "3.5.7", | ||
"homepage": "https://github.com/leancloud/js-realtime-sdk/", | ||
@@ -5,0 +5,0 @@ "description": "LeanCloud JavaScript Realtime SDK", |
@@ -0,1 +1,11 @@ | ||
<a name="3.5.7"></a> | ||
## [3.5.7](https://github.com/leancloud/js-realtime-sdk/compare/v3.5.5+source...v3.5.7) (2017-09-11) | ||
### Bug Fixes | ||
* **IM:** 修复了某些情况下登录后 `unreadmessagescountupdate` 或 `message` 等事件没有派发的问题 ([#570](https://github.com/leancloud/js-realtime-sdk/issues/570)) ([7de8432](https://github.com/leancloud/js-realtime-sdk/commit/7de8432)) | ||
<a name="3.5.6"></a> | ||
@@ -2,0 +12,0 @@ ## 3.5.6 (2017-08-29) |
{ | ||
"name": "leancloud-realtime", | ||
"version": "3.5.6", | ||
"version": "3.5.7", | ||
"description": "LeanCloud Realtime Message JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "main": "./dist/realtime.js", |
@@ -200,3 +200,3 @@ /** @module leancloud-realtime */ | ||
if (targetClient) { | ||
Promise.resolve(targetClient._dispatchCommand(command)).catch(debug); | ||
Promise.resolve(targetClient).then(client => client._dispatchCommand(command)).catch(debug); | ||
} else { | ||
@@ -203,0 +203,0 @@ debug( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11629066
87736