WS processing IdentityMap cleaning.
This commit is contained in:
parent
6b5a60b2a5
commit
3f31705536
|
@ -96,7 +96,7 @@ class ProcessWebsocketUpdatesCommand extends Command
|
|||
$this->bsClient->delete($job);
|
||||
}
|
||||
|
||||
// todo cleaning IdentityMap
|
||||
$this->em->clear();
|
||||
}
|
||||
} catch (UnsupportedTypeException $e) {
|
||||
$output->writeln(' Unsupported message type: '.$message->getA());
|
||||
|
|
Loading…
Reference in a new issue