Skip to content

Commit

Permalink
walkaround to fix client hanging caused by startup deploying in Server
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Jun 5, 2024
1 parent 8246b8c commit 95a4192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RimeWithWeasel/RimeWithWeasel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ void RimeWithWeaselHandler::Initialize() {

LOG(INFO) << "Initializing la rime.";
RimeInitialize(NULL);
#if 0
if (RimeStartMaintenance(/*full_check = */ False)) {
m_disabled = true;
}
#endif

RimeConfig config = {NULL};
if (RimeConfigOpen("weasel", &config)) {
Expand Down

0 comments on commit 95a4192

Please sign in to comment.