You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: it's important to use a `CancellationToken` that be cancelled after a certain amount of time. Otherwise, this will be blocking the thread up to the point the shadow will be received.
124
+
Note: it's important to use a `CancellationToken` that be cancelled after a certain amount of time. Otherwise, this will be blocking the thread up to the point the shadow will be received.
126
125
127
126
Shadows have status properties, reported and desired. They are a hashtable and you can get or try to get any element.
Note that they are status change based, so once the connect or disconnect event arrives, they'll be replaced by other events as soon as something else happened like receiving a shadow.
227
224
225
+
## Future work items for discussion
228
226
229
-
## Future work items for discussion:
230
-
231
-
* Better documentation about ensuring "persistent" connections (or not) with documentation (including cloud policy doc for support)
232
-
* Add some integration tests, including (scripts to auto provision cloud broker (and/or)) manual setup documents to ensure ease of use.
233
-
* Partial Greengrass support?!
234
-
* Websocket support?!
235
-
* fleet provisioning support?!
236
-
227
+
- Better documentation about ensuring "persistent" connections (or not) with documentation (including cloud policy doc for support)
228
+
- Add some integration tests, including (scripts to auto provision cloud broker (and/or)) manual setup documents to ensure ease of use.-
0 commit comments