Skip to content

Commit

Permalink
Workaround for the sfizz_jack infinite loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
KKQ-KKQ committed Jul 14, 2024
1 parent 806bf1d commit 6c2f345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/jack_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ std::vector<std::string> stringTokenize(const std::string& str)

void cliThreadProc()
{
while (!shouldClose) {
while (!shouldClose && std::cin) {
std::cout << "\n> ";

std::string command;
Expand Down

0 comments on commit 6c2f345

Please sign in to comment.