CSharpServer
CSharpServer copied to clipboard
Ultra fast and low latency asynchronous socket server & client C# library with support TCP, SSL, UDP protocols and 10K connections problem solution
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22000. -- The C compiler identification is MSVC 19.30.30705.0 -- The CXX compiler identification is MSVC 19.30.30705.0 -- Detecting C compiler...
Hello, First of all thanks for this awesome project. My problem is, i can use this project on console & desktop apps but can't use with MVC. The error as...
ㅤ
Followed the udp echo server example, code get stuck at service.stop(): var service = new Service(); // Start the service Console.Write("Service starting..."); service.Start(); Console.WriteLine("Done!"); // Create a new UDP echo...
I'm trying to run examples on Windows 7. Tried to run already compiled examples, and also compiled by myself. On Windows 10 everything is ok. On Windows 7 an exception...
Hello there, Given that the UDPServer uses the library here, but a client code uses the standard C#'s UdpClient to connect to the server, I can't see any identification of...
Hi, After running the program for some time I am getting this strange error. I have even tried running the application from the Examples (https://github.com/chronoxor/CSharpServer/releases) and also compiled the SSL...
Is this library compatible with non-JIT platforms (iOS) / Native AOT ?