Move to SSE from websocket

This commit is contained in:
Infi
2024-08-24 16:49:56 +02:00
parent 5e93732183
commit c9be7c9c2c
9 changed files with 133 additions and 111 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ public sealed class Plugin : IDalamudPlugin
Commands?.Dispose();
EmoteCache.Dispose();
ServerCore.Dispose();
ServerCore?.DisposeAsync().AsTask().Wait();
}
private void Draw()