-
Notifications
You must be signed in to change notification settings - Fork 22
FHIR36082 #482
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
base: master
Are you sure you want to change the base?
FHIR36082 #482
Changes from all commits
8cb515a
537ebd6
4e38d2b
04bd100
c157e87
d4879fe
d4f93d0
d015c44
bbed1c9
2e5657c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -116,10 +116,9 @@ In addition to distributing [`SyncError`](3-2-1-SyncError.html) events sent by o | |
|
|
||
| Upon communicating a `SyncError` resulting from an unresponsive Subscriber, the Hub SHALL unsubscribe the Subscriber. | ||
|
|
||
| The Hub SHALL NOT generate [`SyncError`](3-2-1-SyncError.html) events in the following situations: | ||
| The Hub SHALL NOT generate [`syncerror`](3-2-1-SyncError.html) events in the following situation: | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't this be "SyncError" to be consistent with the sentences immediately above? |
||
|
|
||
| 1. A Subscriber fails to respond to a [`Heartbeat.html`](3-2-2-Heartbeat.html) event (because occasional missed Heartbeat.htmls are expected and are not a context synchronization failure). | ||
| 2. A Subscriber closes its WebSocket connection to the Hub with a [Connection Close Reason](https://www.rfc-editor.org/rfc/rfc6455.html#section-7.4.1) of 1000 (normal closure) or 1001 (going away). | ||
| 1. A Subscriber closes its WebSocket connection to the Hub with a [Connection Close Reason](https://www.rfc-editor.org/rfc/rfc6455.html#section-7.4.1) of 1000 (normal closure) or 1001 (going away). | ||
|
|
||
| During a normal shutdown of a Subscriber, it SHALL unsubscribe, and provide a WebSocket Connection Close Reason of 1000 and not rely upon the Hub recognizing and unsubscribing it as an unresponsive Subscriber. | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should UserHubernate and UserLogout events be here?