Skip to content

Commit 2b161e6

Browse files
Update docs/basics/listening-port.md
Co-authored-by: rianoc-kx <46995503+rianoc-kx@users.noreply.github.com>
1 parent 9bae33f commit 2b161e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/listening-port.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Any connections made via IPC from the main thread, can be monitored
117117
for callbacks (for example via an [async callback](../kb/callbacks.md)) which in turn can update globals.
118118
While the main thread is processing an update (for example, a timer firing or console input) none of the connection threads will be processing any input.
119119
Updates should not be frequent, as they wait for completion of exiting queries and block new queries (using multiple-read single-write lock), thus slowing processing speeds.
120-
If an attempt is made to update globals from threads other than main, a 'no update error is issued.
120+
If an attempt is made to update globals from threads other than main, a `'no update` error is issued.
121121

122122
Multithreaded input mode supports WebSockets and HTTP (but not TLS) since 4.1t 2021.03.30.
123123
TLS support available since 4.1t 2023.12.14. A custom [.z.ph](../ref/dotz.md#zph-http-get) which does not update global state should be used with HTTP.

0 commit comments

Comments
 (0)