| commit | 1b9d2c656dda2e6549de117129ad0a33955bccc7 | [log] [tgz] |
|---|---|---|
| author | Ben Konyi <bkonyi@google.com> | Tue Apr 21 13:01:09 2020 -0700 |
| committer | GitHub <noreply@github.com> | Tue Apr 21 13:01:09 2020 -0700 |
| tree | 1d1d8a2cf0b269f473a96067981502f48f2f2758 | |
| parent | 559c0b2b318f2aea87795c687403cbd6977d22d5 [diff] |
Fixed issue where throwing from within an asynchronous handler (dart-lang/json_rpc_2#47) [2.1.1] Fixed issue where throwing `RpcException.methodNotFound` from within an asynchronous fallback handler would not result in the next fallback handler being executed.