We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b658eb commit 02f32f3Copy full SHA for 02f32f3
pkg/vm_service/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 14.2.3
2
+- An instance of RPCError is now thrown when attempting to invoke an RPC after the
3
+ `VmService` instance has been disposed.
4
+
5
## 14.2.2
6
- Fixes issue where outstanding service requests were not automatically completed
7
with an error when the VM service connection was closed.
pkg/vm_service/pubspec.yaml
@@ -1,5 +1,5 @@
name: vm_service
-version: 14.2.2
+version: 14.2.3
description: >-
A library to communicate with a service implementing the Dart VM
service protocol.
0 commit comments