MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ stop_server()

void Lila::Lila::stop_server ( )

Stops the TCP server and disconnects all clients.

Definition at line 133 of file Lila.cpp.

134{
135 if (m_server) {
136 LILA_INFO(Emitter::SYSTEM, "Stopping server");
137 m_server->stop();
138 m_server.reset();
139 }
140}
#define LILA_INFO(emitter, msg)
std::unique_ptr< Server > m_server
TCP server for live coding.
Definition Lila.hpp:201

References LILA_INFO.

Referenced by main().

+ Here is the caller graph for this function: