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 e9250ed commit ce75237Copy full SHA for ce75237
src/Optimizely/Event/Dispatcher/DefaultEventDispatcher.php
@@ -50,6 +50,6 @@ public function dispatchEvent(LogEvent $event)
50
'connect_timeout' => DefaultEventDispatcher::TIMEOUT
51
];
52
53
- $this->httpClient->request($event->getHttpVerb(), $event->getUrl(), $options);
+ $this->httpClient->requestAsync($event->getHttpVerb(), $event->getUrl(), $options);
54
}
55
0 commit comments