nfs: work around assertion failure on exception during program init
Closes #477
This commit is contained in:
@@ -192,7 +192,7 @@ private:
|
||||
}
|
||||
|
||||
void Disconnect() noexcept {
|
||||
assert(GetEventLoop().IsInside());
|
||||
assert(!GetEventLoop().IsAlive() || GetEventLoop().IsInside());
|
||||
|
||||
switch (state) {
|
||||
case State::INITIAL:
|
||||
|
Reference in New Issue
Block a user