Skip to content

Commit

Permalink
Remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVeryStarlk committed Mar 3, 2024
1 parent 6c82dae commit d3a2867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Obsidian/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ private async Task HandleServerShutdown()

private async Task AcceptClientsAsync()
{

_tcpListener = await SocketFactory.CreateListenerAsync(new IPEndPoint(IPAddress.Any, Port), token: _cancelTokenSource.Token);

while (!_cancelTokenSource.Token.IsCancellationRequested)
Expand Down

0 comments on commit d3a2867

Please sign in to comment.