-
Notifications
You must be signed in to change notification settings - Fork 58
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
latest code of iotservice client is not working. It uses wrong version of amqp lib functions. #82
Comments
Looks as if latest code does not use amqp 1.0.1 Lib. |
Some how I managed to use old iotservice client code. but no luck. I am getting below error continuously wile using SendEvent() for sending C2D message. Error: protocol error: received flow without next-incoming-id after session established
|
Could you please help me on this? Its quite urgent. Thanks in advance. |
Could you try updating to |
Doing above solved the application startup error. Now application is getting started. ### protocol error: received flow without next-incoming-id after session established |
Is the iotservice client tested to send C2D message? |
@amenzhinsky Can you add a new tag to the latest commit that solves the amqp library issue instead of using Thanks for maintaining this library! |
Application could not get started due to wrong method signture being used from eventhub package.
I am trying to use iotservice client on my application. I end up gettng below error.
The text was updated successfully, but these errors were encountered: