mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #847] [MERGED] Make websockets code async #8531
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/847
Author: @Bond-009
Created: 2/9/2019
Status: ✅ Merged
Merged: 2/20/2019
Merged by: @JustAMan
Base:
master← Head:async📝 Commits (5)
2fc9721Make some methods async449074eMake more things async3a5bbcfStyle fixes64a4f25Merge branch 'master' into asyncfca226bAdd comment📊 Changes
7 files changed (+290 additions, -275 deletions)
View changed files
📝
Jellyfin.Server/SocketSharp/SharpWebSocket.cs(+4 -3)📝
Jellyfin.Server/SocketSharp/WebSocketSharpListener.cs(+8 -18)📝
SocketHttpListener/Ext.cs(+28 -41)📝
SocketHttpListener/Net/HttpListener.cs(+25 -18)📝
SocketHttpListener/Net/HttpListenerPrefixCollection.cs(+54 -25)📝
SocketHttpListener/WebSocket.cs(+148 -146)📝
SocketHttpListener/WebSocketFrame.cs(+23 -24)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.