Commit Graph

4 Commits

Author SHA1 Message Date
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
c9a50d363e Refine RPC library
Got multiple remote calls from one client working

Improved error messages

Got function name and arguments sent over as well as return values
2024-07-08 16:15:55 -04:00
ed64fb05b1 Remove unnecessary constructor
Using cool smart pointers too wowie!
2024-07-05 15:45:59 -04:00
33d8277dc3 Start RPC library 2024-07-05 15:37:02 -04:00