How send packet to all clients
#1

Is it possible to send the same message to all clients?

something like

SEND_Q(rmsg, ALL);

Instead of

SEND_Q(rmsg, ch->m_desc);

Or

SEND_Q(rmsg, gserver->m_messenger);

?

 

--- Update ---

#Solved 

PCManager::instance()->sendToAll(rmsg);

 



Messages In This Thread
[No subject] - by nicolasg - 06-29-2022, 08:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)