Skip to content

Commit

Permalink
Merge pull request #478 from UlfBj/issue463
Browse files Browse the repository at this point in the history
Issue 463:Subscription handling on error.
  • Loading branch information
tguild authored Mar 31, 2023
2 parents 32e89c8 + 16ac1b8 commit a367f34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/VISSv2_Core.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,11 @@ <h2>Subscription</h2>
<section id="error-message">
<h2>Error Message</h2>
<p>The server MUST inform a client about errors ocurring in interactions between the two, whether it is in a synchronous
error response, or an asynchronous error notification as a result of a previous subscribe.
error response, or an asynchronous error event as a result of a previous subscribe.
For transport protocols which do not control the logical linking between request and response messages it may not be possible to link an error message to the correct client request.
In cases like this the server may omit sending an error message.
The error message has three arguments, of which subscriptionId is mandatory only for error notifications.
The error message has three arguments, of which subscriptionId is mandatory only for error events.
In the case of an error event being issued by the server, the associated subscription session SHALL thereafter be terminated by the server.
</p>
<p>Arguments:
<ul>
Expand Down

0 comments on commit a367f34

Please sign in to comment.