Skip to content

Commit

Permalink
pre-submission updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimejim committed Apr 18, 2024
1 parent db241b7 commit 5b1bbef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
TEXT_PAGINATION := true
LIBDIR := lib
include $(LIBDIR)/main.mk

Expand Down
6 changes: 2 additions & 4 deletions draft-ietf-core-coap-pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ On success, the server returns a 2.04 (Changed) response and the current full re

As with the PUT method, updating the "topic-data" path will automatically cancel all existing observations on it and thus will unsubscribe all subscribers. Decreasing max-subscribers will also cause some subscribers to get unsubscribed. Unsubscribed endpoints SHOULD receive a final 4.04 (Not Found) response as per {{!RFC7641}} Section 3.2.

Contrary to PUT iPATCH operations will explicitly update some parameters, leaving others unmodified.
Contrary to PUT, iPATCH operations will explicitly update some parameters, leaving others unmodified.

~~~~
=> 0.07 iPATCH
Expand Down Expand Up @@ -621,9 +621,7 @@ Contrary to PUT iPATCH operations will explicitly update some parameters, leavin
}
~~~~

Note that when a topic configuration changes through an iPATCH request, it may result in disruptions for the subscribers. Some potential issues that may arise include:

Limiting the number of subscribers will cause to cancel ongoing subscriptions until max-subscribers has been reached.
Note that when a topic configuration changes through an iPATCH request, it may result in disruptions for the subscribers. For example, limiting the number of subscribers will cause to cancel ongoing subscriptions until max-subscribers has been reached.

### Deleting a topic-configuration {#topic-delete}

Expand Down

0 comments on commit 5b1bbef

Please sign in to comment.