We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
While following the tutorial of greengrass https://docs.aws.amazon.com/greengrass/v1/developerguide/module5.html I hit some connection exception.
My setup was:
The problem is that with auto detection of the core connection, my core registers
127.0.0.1 Port 8883 192.168.2.2 Port 8883 ::1 Port 8883
This means that in the lightController and trafficLight code, they try to connect to the core on 127.0.0.1 which does not work.
All the core addresses should be tried until one works.
The text was updated successfully, but these errors were encountered:
fix: do not rely on first GGC address. Try them all
5438220
Fixes aws#13
No branches or pull requests
Hi,
While following the tutorial of greengrass https://docs.aws.amazon.com/greengrass/v1/developerguide/module5.html I hit some connection exception.
My setup was:
The problem is that with auto detection of the core connection, my core registers
This means that in the lightController and trafficLight code, they try to connect to the core on 127.0.0.1 which does not work.
All the core addresses should be tried until one works.
The text was updated successfully, but these errors were encountered: