Overrides Driver::unreference
public function unreference(string $callbackId) : string { $this->driver ->unreference($callbackId); $this->unreferencedCallbacks[$callbackId] = true; return $callbackId; }