Deleting socket files now
This commit is contained in:
@@ -48,6 +48,7 @@ private:
|
||||
const char * OUTPUT_SOCKET_NAME = "S.flippR_driver.out";
|
||||
const std::vector<std::string> REQUIRED_CONFIG_KEYS = {"display-config", "input-config", "lamp-config",
|
||||
"matrix-config", "solenoid-config", "sound-config"};
|
||||
std::string output_socket_file_path, input_socket_file_path;
|
||||
int input_port;
|
||||
int output_port;
|
||||
|
||||
@@ -62,9 +63,6 @@ private:
|
||||
|
||||
std::unique_ptr<Poco::Net::HTTPServer> output_server;
|
||||
std::unique_ptr<Poco::Net::TCPServer> input_server;
|
||||
|
||||
Poco::File output_socket_file, input_socket_file;
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user