Skip to content
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

Conversation

unglaublicherdude
Copy link
Member

No description provided.

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);
Copy link
Contributor

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?

Copy link
Member Author

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.

@unglaublicherdude
Copy link
Member Author

closed because it does not work. there was some container-stuff cached. we evaluate the possibility to to this with an event-based approach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants