-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File Transfer and subscription reliability (#2314)
* Initial functionality for file transfer API * Update dependencies * Fix IoT edge installation script * Run watchdog action when subscription is timed out or ka are missed. * Update docker deployment to better test publishing scenarios. * Add default heartbeat setting option into entry to scale test heartbeat handling. * Additional diagnostics to capture running heartbeat and condition timers/items * Fix heartbeat timer firing constantly * #2301 * #2313
- Loading branch information
1 parent
a2679e7
commit b9ef030
Showing
97 changed files
with
8,985 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
services: | ||
publisher: | ||
environment: | ||
PublishedNodesFile: /shared/pn.json | ||
UseFileChangePolling: True | ||
volumes: | ||
- shared:/shared:rw | ||
volumes: | ||
shared: | ||
driver: local | ||
driver_opts: | ||
type: none | ||
device: c:\Shared | ||
o: bind |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.