mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Temporarily disable ServiceQueue dtor precondition asserts
This commit is contained in:
@@ -449,7 +449,9 @@ public:
|
||||
SharedState::Access state (m_state);
|
||||
|
||||
// Must be empty
|
||||
bassert (state->handlers.empty());
|
||||
//bassert (state->handlers.empty());
|
||||
|
||||
// Cannot destroy while threads are waiting
|
||||
bassert (state->waiting.empty());
|
||||
|
||||
typename Allocator::template rebind <Waiter>::other a (m_alloc);
|
||||
|
||||
Reference in New Issue
Block a user