rsocket-core
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -149,2 +149,7 @@ /** Copyright (c) Facebook, Inc. and its affiliates. | ||
this._receivers.clear(); | ||
// Cancel any active subscriptions | ||
this._subscriptions.forEach(subscription => { | ||
subscription.cancel(); | ||
}); | ||
this._subscriptions.clear(); | ||
}; | ||
@@ -151,0 +156,0 @@ this._handleFrame = frame => { |
{ | ||
"name": "rsocket-core", | ||
"description": "RSocket core", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"repository": { | ||
@@ -13,5 +13,5 @@ "type": "git", | ||
"fbjs": "^0.8.12", | ||
"rsocket-flowable": "^0.0.9", | ||
"rsocket-types": "^0.0.9" | ||
"rsocket-flowable": "^0.0.10", | ||
"rsocket-types": "^0.0.10" | ||
} | ||
} |
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
402991
6998
+ Addedrsocket-flowable@0.0.10(transitive)
+ Addedrsocket-types@0.0.10(transitive)
- Removedrsocket-flowable@0.0.9(transitive)
- Removedrsocket-types@0.0.9(transitive)
Updatedrsocket-flowable@^0.0.10
Updatedrsocket-types@^0.0.10