WS processing IdentityMap cleaning.

This commit is contained in:
Alexey Skobkin 2019-02-28 03:44:59 +03:00
parent 6b5a60b2a5
commit 3f31705536

View file

@ -96,7 +96,7 @@ class ProcessWebsocketUpdatesCommand extends Command
$this->bsClient->delete($job); $this->bsClient->delete($job);
} }
// todo cleaning IdentityMap $this->em->clear();
} }
} catch (UnsupportedTypeException $e) { } catch (UnsupportedTypeException $e) {
$output->writeln(' Unsupported message type: '.$message->getA()); $output->writeln(' Unsupported message type: '.$message->getA());