cpp-console-game/eRPC
ethanglide 0e3b79dc88 Improve socket connection style
Previously, a new socket was being opened and closed on every call. Now, there is one socket per client which is used continuously until the connection closes.
2024-07-09 15:04:47 -04:00
..
Client.cpp Improve socket connection style 2024-07-09 15:04:47 -04:00
Client.hpp Improve socket connection style 2024-07-09 15:04:47 -04:00
CMakeLists.txt Start RPC library 2024-07-05 15:37:02 -04:00
Request.cpp Refine RPC library 2024-07-08 16:15:55 -04:00
Request.hpp Start RPC library 2024-07-05 15:37:02 -04:00
Response.cpp Refine RPC library 2024-07-08 16:15:55 -04:00
Response.hpp Remove unnecessary constructor 2024-07-05 15:45:59 -04:00
Server.cpp Improve socket connection style 2024-07-09 15:04:47 -04:00
Server.hpp Improve socket connection style 2024-07-09 15:04:47 -04:00