From 3f31705536564a0ceeaeab948e1cd752a2a39681 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Thu, 28 Feb 2019 03:44:59 +0300 Subject: [PATCH] WS processing IdentityMap cleaning. --- .../PointToolsBundle/Command/ProcessWebsocketUpdatesCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Skobkin/Bundle/PointToolsBundle/Command/ProcessWebsocketUpdatesCommand.php b/src/Skobkin/Bundle/PointToolsBundle/Command/ProcessWebsocketUpdatesCommand.php index a802847..41bee7a 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Command/ProcessWebsocketUpdatesCommand.php +++ b/src/Skobkin/Bundle/PointToolsBundle/Command/ProcessWebsocketUpdatesCommand.php @@ -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());