Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit bba8045

Browse files
committed
Update serial_protocol.md
1 parent f004ae5 commit bba8045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

serial_protocol.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ Used to register to receive a stream of events that occur to the object at the p
154154
After registering you will start receiving events on the response line. They will be formatted as one line with the event type {PUT,PATCH,etc..} followed by the sub_path that changed and the other line with the data associated with that event type. This data will be formatted similar to GET results and can have multi-line batch strings (*) or json strings (&).
155155

156156
The event stream will continue until you send CANCEL_STREAM.
157+
158+
When there is an ongoing event stream no other commands can be processed until you call END_STREAM as the event stream owns the return line.
157159
###Usage
158160
BEGIN_STREAM $PATH
159161
###Response

0 commit comments

Comments
 (0)