Skip to content
Snippets Groups Projects

Resolve "Testcenter Instanzen parallel anfragen"

Open Oskar Jauch requested to merge 49-async-requests-2 into dev
1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
@@ -684,15 +684,6 @@ class TestcenterConnector
});
}
/**
* @return bool
* @throws TestcenterConnectorException
*/
private function hasRunningSession(): bool
{
return $this->hasRunningSessionAsync()->wait();
}
private function hasRunningSessionAsync(): PromiseInterface
{
if ($this->authToken === null || $this->user->getUsername() !== $this->authenticatedUsername) {
Loading