You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2023. It is now read-only.
Unused code cleanup and streaming fixes (typedb#189)
## What is the goal of this PR?
To clean up redundant code and fix errors when performing streaming requests.
## What are the changes implemented in this PR?
- Clear unused methods from `concept` package
- Fix error in `RPCTransaction` when the server sends a `DONE` response and then receives a `CONTINUE` request from the client - this is, in fact, the expected flow and should not trigger an error.
- Fix `setLabel` not updating the `label` locally.
0 commit comments