[PR #847] [MERGED] Make websockets code async #8531

Closed
opened 2026-02-07 05:46:00 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: async


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/847 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 2/9/2019 **Status:** ✅ Merged **Merged:** 2/20/2019 **Merged by:** [@JustAMan](https://github.com/JustAMan) **Base:** `master` ← **Head:** `async` --- ### 📝 Commits (5) - [`2fc9721`](https://github.com/jellyfin/jellyfin/commit/2fc97212a7c7152f22dd4e18d9769c76fe255170) Make some methods async - [`449074e`](https://github.com/jellyfin/jellyfin/commit/449074e73f6f94fa5fb98f1f9250c937806851c0) Make more things async - [`3a5bbcf`](https://github.com/jellyfin/jellyfin/commit/3a5bbcf2a879dc78eda969e3e91c02f79e60bf0e) Style fixes - [`64a4f25`](https://github.com/jellyfin/jellyfin/commit/64a4f259a20408fe0a3c954d71d2b975d48c3d3e) Merge branch 'master' into async - [`fca226b`](https://github.com/jellyfin/jellyfin/commit/fca226bdfde49f30e6347593a9d8870eec55269f) Add comment ### 📊 Changes **7 files changed** (+290 additions, -275 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:46:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8531