Website: update file path of SocketIO handling
Change `webupdates/webupdates.go` to `eventbus/socketio.go` Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104381
This commit is contained in:
parent
0c811721fe
commit
d2bdc9690d
@ -11,7 +11,7 @@ SocketIO messages have an *event name* and *room name*.
|
|||||||
|
|
||||||
- **Web interface clients** send messages to the server with just an *event
|
- **Web interface clients** send messages to the server with just an *event
|
||||||
name*. These are received in handlers set up by
|
name*. These are received in handlers set up by
|
||||||
`internal/manager/webupdates/webupdates.go`, function
|
`internal/manager/eventbus/socketio.go`, function
|
||||||
`registerSIOEventHandlers()`.
|
`registerSIOEventHandlers()`.
|
||||||
- **Manager** typically sends to all clients in a specific *room*. Which client
|
- **Manager** typically sends to all clients in a specific *room*. Which client
|
||||||
has joined which room is determined by the Manager as well. By default every
|
has joined which room is determined by the Manager as well. By default every
|
||||||
|
Loading…
x
Reference in New Issue
Block a user