Why is there no ReceiveAsync() method on ModuleClient when there is one on DeviceClient? #3486
Unanswered
klasrpersson
asked this question in
Q&A
Replies: 1 comment
-
The CompleteAsync() method exists on the client and i assume it should only be used together with ReceiveAsync(), or am i missing something here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to fetch messages from the EdgeHub by pulling instead of implementing message handlers that are triggered. The InnerClient has support for it and the DeviceClient exposes the methods as well but the ModuleClient does not.
I need to build an adapter for another framework and it expects to pull the messages using a "read"-method.
Beta Was this translation helpful? Give feedback.
All reactions