mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +03:00
jsonrpc: make event loop in ts client optional (#4347)
* jsonrpc: make event loop in ts client optional * jsonrpc: ts: fix tests and make specifying `startEventLoop` mandatory * add changelog entry * Update CHANGELOG.md
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
This better corresponds to JSON-RPC 2.0 server-client distinction
|
||||
and is expected to simplify writing new bindings
|
||||
because dispatching events can be done on higher level.
|
||||
- JSON-RPC: TS: Client now has a mandatory argument whether you want to start listening for events.
|
||||
|
||||
### Fixes
|
||||
- JSON-RPC: do not print to stdout on failure to find an account.
|
||||
|
||||
Reference in New Issue
Block a user