Changed facade to socket connection

This commit is contained in:
Florian Rappl
2026-03-05 11:25:22 +01:00
parent c1bf6d9423
commit b8151a2fad
9 changed files with 68 additions and 12 deletions

View File

@@ -49,7 +49,7 @@
internal static Func<Task> OnAppReadyCallback { get; set; }
internal static SocketIoFacade GetSocket()
internal static ISocketConnection GetSocket()
{
return RuntimeControllerCore?.Socket;
}