Add a bit more detail about the Broadcasted events
This commit is contained in:
parent
b51f6edcc9
commit
10a2d67907
1 changed files with 2 additions and 3 deletions
|
|
@ -8,20 +8,19 @@ relevant section.
|
||||||
**Important**: Events with the `Broadcasted` event type, must be listened to
|
**Important**: Events with the `Broadcasted` event type, must be listened to
|
||||||
even if you don't send any `Request` events of that type. This is because other
|
even if you don't send any `Request` events of that type. This is because other
|
||||||
clients connected to the server may trigger the server in such a way that the
|
clients connected to the server may trigger the server in such a way that the
|
||||||
event response gets sent to multiple clients.
|
event response gets sent to multiple clients. **Broadcasted events will use the**
|
||||||
|
`res` **event type prefix.**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## `server.info`
|
## `server.info`
|
||||||
Asks the server for information about it.
|
Asks the server for information about it.
|
||||||
|
|
||||||
|
|
||||||
### Supported Event Types
|
### Supported Event Types
|
||||||
| Request | Response | Broadcasted
|
| Request | Response | Broadcasted
|
||||||
| ------- | -------- | -----------
|
| ------- | -------- | -----------
|
||||||
| Yes | Yes | No
|
| Yes | Yes | No
|
||||||
|
|
||||||
|
|
||||||
### Payloads:
|
### Payloads:
|
||||||
Request Payload: `IServerInfoRequest`
|
Request Payload: `IServerInfoRequest`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue