mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Adds StopNotifier and StopRpcServer functions
Workaround for #30. Allows libraries to shut down the secondary threads.
This commit is contained in:
@@ -229,6 +229,8 @@ void StartServer(StringRef persist_filename, const char* listen_address,
|
||||
void StopServer();
|
||||
void StartClient(const char* server_name, unsigned int port);
|
||||
void StopClient();
|
||||
void StopRpcServer();
|
||||
void StopNotifier();
|
||||
void SetUpdateRate(double interval);
|
||||
std::vector<ConnectionInfo> GetConnections();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user