mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: Add unix sockets
- Unix sockets run parallel to Named Pipes - Named Pipes will only run on non-Wine - If the game crashes, the next run will clean up an orphaned socket. - Restructure RPC to be a bit tidier
This commit is contained in:
parent
6a69a6e197
commit
71927a8bf6
14 changed files with 487 additions and 91 deletions
|
|
@ -1,10 +1,11 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
|
||||
using Dalamud.Networking.Pipes;
|
||||
using Dalamud.Networking.Rpc.Model;
|
||||
|
||||
using Xunit;
|
||||
|
||||
namespace Dalamud.Test.Pipes
|
||||
namespace Dalamud.Test.Rpc
|
||||
{
|
||||
public class DalamudUriTests
|
||||
{
|
||||
Loading…
Add table
Add a link
Reference in a new issue