fix server does not shut down

This commit is contained in:
Vinzenz Schroeter 2024-11-12 19:14:02 +01:00
parent 53cbdd8440
commit 8b44168b66
9 changed files with 59 additions and 47 deletions

View file

@ -1,6 +1,5 @@
using System.Buffers;
using System.Net.WebSockets;
using ServicePoint;
using TanksServer.Graphics;
namespace TanksServer.Interactivity;