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

Update AmqpSend.java #2

Closed
wants to merge 1 commit into from
Closed

Conversation

enuysa-msft
Copy link
Contributor

@enuysa-msft enuysa-msft commented Dec 8, 2016

Cloud 2 Device client hanging and doesn't throw any error when the connection string is incorrect
https://github.com/Azure/azure-iot-sdks/issues/938

Cloud 2 Device client hanging and doesn't throw any error when the connection string is incorrect
Azure#938
@tameraw
Copy link
Contributor

tameraw commented Dec 9, 2016

@enuysa-msft - Since this is a code change, can you please submit it against the develop branch? Thanks.

@enuysa-msft
Copy link
Contributor Author

@tameraw - Done. I have submitted it to the develop branch

{
this.reactor.run();
}
catch (Exception e) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be nice to throw exception to higher layers and notify then to catch it here.

@tameraw
Copy link
Contributor

tameraw commented Jan 6, 2017

@enuysa-msft - This still appears to be against master. Can you please resubmit against develop and address feedback from @prmathur-microsoft?
Thanks!

@tameraw
Copy link
Contributor

tameraw commented Jan 9, 2017

@enuysa-msft - Please address comments and resubmit against develp branch.

@enuysa-msft
Copy link
Contributor Author

I have resubmitted the change at developer branch but I will check and try to throw exception to higher layers

@enuysa-msft
Copy link
Contributor Author

@prmathur-microsoft - I have checked throw exception to higher layers but the higher layer is
org.apache.qpid.proton.reactor reactor class which does not allow me throw exception so I found that as a best solution
@tameraw - I have resubmitted the change at developer branch

andyk-ms pushed a commit that referenced this pull request Nov 29, 2021
andyk-ms added a commit that referenced this pull request Nov 29, 2021
* standardize on command-line arguments (replace env variables)

* Updates based on PR feedbacks

* updated with TimeUnit and log based on feedback.

* update sample using commonsCli for command line argument processing

* update sample using commonsCli for command line argument processing

* updates from PR feedback

* updates from PR feedback #2

Co-authored-by: Andy Kwong <andykwong@microsoft.com>
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