-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
147 but by adjusting the avirwrapper #157
147 but by adjusting the avirwrapper #157
Conversation
The client_host is autodiscovered by the HTTP-Headers like described on the [all_settings page](https://xdebug.org/docs/all_settings) of xdebug. Search for client_discovery_header. You only have to set a client_host for the cli client, but that cannot be done automatically because the container ip is rather dynamic (and depends on the docker-host configuration).
// this will remove the file from the ui and respond to the sync client that the sync failed | ||
$cache = $this->getCache($path); | ||
$cache->remove($path); | ||
|
||
$this->unlink($path); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't we check during debugging that we do not reach this point at all via the client upload? I can't reproduce that it works like this either. Am I missing something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. But I did debug again and reached that point. I guess, where was still something itchy on your configuration. Let's check that together today.
closed because it does not work. there was some container-stuff cached. we evaluate the possibility to to this with an event-based approach |
No description provided.