Skip to content

Commit 6b2dc1e

Browse files
author
Kasper Peeters
committed
When interrupting a computation, ensure that all other cells which are still in the queue also get removed from the queue.
1 parent 07b55fd commit 6b2dc1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client_server/ComputeThread.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ void ComputeThread::stop()
598598

599599
server_pid=0;
600600
wsclient.send(our_connection_hdl, str.str(), websocketpp::frame::opcode::text);
601+
all_cells_nonrunning();
601602
}
602603

603604
void ComputeThread::restart_kernel()

0 commit comments

Comments
 (0)