Skip to content

Commit c988cba

Browse files
committed
Debug: store request class in the waiting request list
1 parent 4c9e5f8 commit c988cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Internal/Transport/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function request(RequestInterface $request, ?WorkflowContextInterface $co
8989
}
9090

9191
$deferred = new Deferred();
92-
$this->requests[$id] = [$deferred, $context];
92+
$this->requests[$id] = [$deferred, $context, $request::class];
9393

9494
return $deferred->promise();
9595
}

0 commit comments

Comments
 (0)