Can we create an array of sockets?
Basically I want to have multiple simultanious connections to different IP addys. (say max of 5, all internal IPs) at any point, and want them all to go through the same ONE asyncstreams handlers and events, with the same ONE socket successful event. not 5 individual events.
any ideas? Thanks.
Basically to connect to my embedded devices.
Basically I want to have multiple simultanious connections to different IP addys. (say max of 5, all internal IPs) at any point, and want them all to go through the same ONE asyncstreams handlers and events, with the same ONE socket successful event. not 5 individual events.
any ideas? Thanks.
Basically to connect to my embedded devices.