mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Managing client name and disconnection (e.g. end vimix)
This commit is contained in:
@@ -121,6 +121,7 @@ void NetworkStream::open(const std::string &nameconnection)
|
||||
p << osc::BeginMessage( OSC_PREFIX OSC_STREAM_REQUEST );
|
||||
// send my listening port to indicate to Connection::manager where to reply
|
||||
p << listener_port_;
|
||||
p << Connection::manager().info().name.c_str();
|
||||
p << osc::EndMessage;
|
||||
|
||||
// send OSC message to streamer
|
||||
|
||||
Reference in New Issue
Block a user