Skip to content

[pull] master from cube-js:master#481

Merged
pull[bot] merged 1 commit into
code:masterfrom
cube-js:master
May 20, 2026
Merged

[pull] master from cube-js:master#481
pull[bot] merged 1 commit into
code:masterfrom
cube-js:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 20, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

`rustyline::Editor::readline` is synchronous. On the current-thread tokio runtime it was blocking the only executor thread while the REPL sat at the prompt, which prevented the websocket actor task from being polled — pings stopped firing until the user submitted a query. Move the call to `tokio::task::spawn_blocking` so the executor stays free to drive the heartbeat loop in real time.
@pull pull Bot locked and limited conversation to collaborators May 20, 2026
@pull pull Bot added the ⤵️ pull label May 20, 2026
@pull pull Bot merged commit 0fa472b into code:master May 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant