-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello, I've been having an issue with the SDK proxy, specifically when using the UDP sockets with the command. I've attached a PR that adds a couple example applications with docker-compose files for easy setup. The HTTP hello world app works with through both the web server through the browser and the CLI. The UDP hello world app works through just the CLI, but fails through the web server/browser.
Here is the PR: DevCycleHQ/php-server-sdk#62
This setup is meant to imitate the setup our company has with AWS Elastic Beanstalk. We're trying hard to get the UDP socket functionality working. We have a PR internally for getting the proxy setup with just HTTP, but we're reviewing if we find that acceptable for our use-case.
When spinning up the containers locally, don't forget to put a valid DevCycle key in the Dockerfile and docker-compose.yml.
The command I'm running to test functionality through the CLI is docker-compose exec app php variable.php