This commit is contained in:
Jonas Zeunert
2019-12-19 23:27:53 +01:00
parent 439ef44c75
commit f613987b83

View File

@@ -110,13 +110,13 @@ void FlippRServer::initialize(Application &self)
//make this one application and subsystems ServerApplications
this->initialize_output_driver();
this->initialize_input_driver();
//this->initialize_input_driver();
this->output_server = std::unique_ptr<Poco::Net::HTTPServer>(this->build_output_server());
this->output_server->start();
this->input_server = std::unique_ptr<TCPServer>(this->build_input_server());
this->input_server->start();
//this->input_server->start();
//https://gist.github.com/NIPE-SYSTEMS/5a06428c0880ed7ff3cc4304be436e3e
ServerApplication::initialize(self);