Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scohen committed May 22, 2024
1 parent df77c80 commit 65da237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/remote_control/lib/lexical/remote_control/api/proxy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ defmodule Lexical.RemoteControl.Api.Proxy do
The logic follows below
`broadcast` - Buffered - Though, those related to other events, like compilation are subject to
the rules that govern their source events.
the rules that govern their source events. Progress messages are sent regardless of
buffering.
`schedule_compile` - Buffered - Only one call is kept
`compile_document` - Buffered, though only one call per URI is kept, and if a `schedule_compile` call
was buffered, all `compile_document` calls are dropped
Expand Down

0 comments on commit 65da237

Please sign in to comment.