mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
test(ws): update emit-test hub literal for the single event channel
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -28,8 +28,7 @@ func newEmitTestHub() *Hub {
|
||||
return &Hub{
|
||||
clients: make(map[int64]*Client),
|
||||
broadcast: make(chan broadcastMsg, 64),
|
||||
register: make(chan *Client, 16),
|
||||
unregister: make(chan *Client, 16),
|
||||
clientEvents: make(chan clientEvent, 32),
|
||||
stop: make(chan struct{}),
|
||||
pubsub: NewPubSub(),
|
||||
replayBuf: NewEventRingBuffer(100),
|
||||
|
||||
Reference in New Issue
Block a user