Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ziaratban committed Aug 5, 2024
1 parent 9509057 commit 5c8f370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ClientSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ public function getIsEnd()
return true;
try
{
$this->mongoSession->getOperationTime();
return true;
$this->mongoSession->isDirty();
return false;
}
catch(\Throwable)
catch(\Throwable $e)
{
return false;
}
Expand Down

0 comments on commit 5c8f370

Please sign in to comment.