mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove unnecessary StartAsync
call on TcpIpcProvider
This commit is contained in:
@ -90,7 +90,6 @@ namespace osu.Desktop
|
|||||||
Logger.Log("Starting legacy IPC provider...");
|
Logger.Log("Starting legacy IPC provider...");
|
||||||
legacyIpc = new LegacyTcpIpcProvider();
|
legacyIpc = new LegacyTcpIpcProvider();
|
||||||
legacyIpc.Bind();
|
legacyIpc.Bind();
|
||||||
legacyIpc.StartAsync();
|
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user