Well I created multiple QObjects, in each created a QUdpSocket and connected it to the same adress/port.
I was hoping that all of the connected objects would receive all incoming data (multicast copies I thought) but it seems only one object gets the data. I was hoping to avoid creating my own dispatcher object layered between all of the QObjects and the multicast channel W On Tue, May 30, 2017 at 10:48 AM, Edward Welbourne <[email protected]> wrote: > On segunda-feira, 29 de maio de 2017 15:22:15 PDT wim delvaux wrote: > > Therefore I tried to open multiple connections to that multicast > > address/port but to no avail. > > What exactly did you try and in what sense did it fail ? > > Eddy. >
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
