Skip to content

Commit 00a62bc

Browse files
committed
📝 (channels.md): remove redundant line about sync and async context support
1 parent a4e8d00 commit 00a62bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎docs/Usage/channels.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ If the server is running on the default host (`localhost`) and port (`8000`), no
245245
- No special configuration needed - it just works!
246246
- All subscribed clients receive broadcasts regardless of where the function is called
247247
- Parameters are validated the same way as when called from actions
248-
- Works with both sync and async contexts
249248

250249
!!! note "Broadcasting from a Different Machine"
251250
By default, the broadcast endpoint only accepts connections from localhost (`127.0.0.1`, `::1`, `localhost`) for security reasons. If you need to call channel functions from a different machine or server, you must explicitly configure `broadcast_allowed_hosts` when creating the SocketAPI instance:

0 commit comments

Comments
 (0)