Merge pull request #2468 from KazWolfe/rpc-unix

feat: Add unix sockets
This commit is contained in:
goat 2025-12-04 00:48:23 +01:00 committed by GitHub
commit a917ebd856
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 466 additions and 249 deletions

View file

@ -1,6 +1,6 @@
using System.Diagnostics.CodeAnalysis;
using Dalamud.Networking.Pipes;
using Dalamud.Networking.Rpc.Model;
namespace Dalamud.Plugin.Services;