Im trying to send several broadcast messages using the mongoose networking library.
I use a broadcast udp connection to send it.
When I use mg_send , all the broadcast messages are concatenated.
Is there a way to make them be sent separately?
Im trying to send several broadcast messages using the mongoose networking library.
I use a broadcast udp connection to send it.
When I use mg_send , all the broadcast messages are concatenated.
Is there a way to make them be sent separately?