mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
Merge pull request #3315 from crobibero/dashboard-update
Add MessageId to websocket message, fix ws exception
This commit is contained in:
@@ -156,6 +156,7 @@ namespace MediaBrowser.Controller.Net
|
||||
await connection.SendAsync(
|
||||
new WebSocketMessage<TReturnDataType>
|
||||
{
|
||||
MessageId = Guid.NewGuid(),
|
||||
MessageType = Name,
|
||||
Data = data
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user