Skip to content

Update AmqpSend.java#38

Closed
enuysa-msft wants to merge 2 commits intoAzure:masterfrom
enuysa-msft:patch-4
Closed

Update AmqpSend.java#38
enuysa-msft wants to merge 2 commits intoAzure:masterfrom
enuysa-msft:patch-4

Conversation

@enuysa-msft
Copy link
Copy Markdown
Contributor

Fix for Cloud 2 Device client hanging and doesn't throw any error when the connection string is incorrect

#11

Fix for Cloud 2 Device client hanging and doesn't throw any error when the connection string is incorrect 

Azure#11
@msftclas
Copy link
Copy Markdown

Hi @enuysa-msft, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, MSBOT;

this.reactor = Proton.reactor(this);
// Codes_SRS_SERVICE_SDK_JAVA_AMQPSEND_12_008: [The function shall start the Proton reactor object]
this.reactor.run();
// Codes_SRS_SERVICE_SDK_JAVA_AMQPSEND_12_008: [The function shall start the Proton reactor object]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Need to move the try around this whole block not just run.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@prmathur-microsoft: Moved the try around this whole block

@prmathur-microsoft
Copy link
Copy Markdown
Member

Your PR is checked in @commit 8c017a8 after squashing.

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