Skip to content

Commit

Permalink
Fix subscrider's default queue_length in documentation to match code. F…
Browse files Browse the repository at this point in the history
…ixes #280 (#302)
  • Loading branch information
ledmonster authored and jihoonl committed Nov 20, 2017
1 parent 4b98dc7 commit f0d3597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROSBRIDGE_PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ which to send messages.
* **throttle_rate** – the minimum amount of time (in ms) that must elapse
between messages being sent. Defaults to 0
* **queue_length** – the size of the queue to buffer messages. Messages are
buffered as a result of the throttle_rate. Defaults to 1.
buffered as a result of the throttle_rate. Defaults to 0 (no queueing).
* **id** – if specified, then this specific subscription can be unsubscribed
by referencing the ID.
* **fragment_size** – the maximum size that a message can take before it is to
Expand Down

0 comments on commit f0d3597

Please sign in to comment.