Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT(server): Allow running while DB is in read-only mode #6673

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
FIX(ice): Throw ServerBootedException instead of ObjectNotExistException
  • Loading branch information
Krzmbrzl committed Dec 24, 2024
commit 84214be30c18e0c72c06a249649e6cd765a2485c
2 changes: 1 addition & 1 deletion src/murmur/MumbleServerIce.cpp
Original file line number Diff line number Diff line change
@@ -849,7 +849,7 @@ Ice::ObjectPtr ServerLocator::locate(const Ice::Current &, Ice::LocalObjectPtr &
}

#define NEED_SERVER \
NEED_SERVER_EXISTS \
FIND_SERVER \
if (!server) { \
cb->ice_exception(ServerBootedException()); \
return; \