❔ Single UDP Broadcaster to Multiple Clients
I'm trying to have a single UDP Broadcast to many clients.
This is what I have working so far. Ideally, I'd like to be able to spin up multiple instances of the Listener and have them receive the message.
That is, my Broadcaster sends messages, a single listener can connect and receive, but any additional listeners throws an exception.
Broadcaster:
Listener:
3 Replies
The exception that's thrown when trying to spin up additional listeners is:
Unhandled exception. System.Net.Sockets.SocketException (10048): Only one usage of each socket address (protocol/network address/port) is normally permitted.
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.