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
For greengrass IPC we need to have ability to read actual value of port where service has been bound.
It will usefil to configure port to value 0 which means will be selected later by OS when bind() is called.
I suppose to update aws-crt-java first. After that we can read actual value of port in aws-iot-device-sdk-java-v2.
No response
main
any
The text was updated successfully, but these errors were encountered:
I'm working on this...
Sorry, something went wrong.
Resolved in v1.9.0
No branches or pull requests
Describe the feature
For greengrass IPC we need to have ability to read actual value of port where service has been bound.
Use Case
It will usefil to configure port to value 0 which means will be selected later by OS when bind() is called.
Proposed Solution
I suppose to update aws-crt-java first. After that we can read actual value of port in aws-iot-device-sdk-java-v2.
Other Information
No response
Acknowledgements
SDK version used
main
Environment details (OS name and version, etc.)
any
The text was updated successfully, but these errors were encountered: