We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bbf6c commit 53ffb6eCopy full SHA for 53ffb6e
pkg/dbal/DbalContext.php
@@ -133,7 +133,7 @@ public function createSubscriptionConsumer(): SubscriptionConsumer
133
*/
134
public function convertMessage(array $dbalMessage): DbalMessage
135
{
136
- $dbalMessageObj = new DbalMessage(
+ $dbalMessageObj = $this->createMessage(
137
$dbalMessage['body'],
138
$dbalMessage['properties'] ? JSON::decode($dbalMessage['properties']) : [],
139
$dbalMessage['headers'] ? JSON::decode($dbalMessage['headers']) : []
0 commit comments