MayaFlux 0.3.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 137 of file Lila.cpp.

138{
139 if (m_server) {
140 LILA_INFO(Emitter::SYSTEM, "Stopping server");
141 m_server->stop();
142 m_server.reset();
143 }
144}
#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: