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);

 



Forum Jump:


Users browsing this thread: 1 Guest(s)