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:
Srivathsav-Kyatham 2025-04-10 12:01:16 +02:00 committed by Sybren A. Stüvel
parent 0c811721fe
commit d2bdc9690d

View File

@ -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
name*. These are received in handlers set up by
`internal/manager/webupdates/webupdates.go`, function
`internal/manager/eventbus/socketio.go`, function
`registerSIOEventHandlers()`.
- **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