cwi-dis / cwipc_unity

Unity package for cwipc pointcloud libraries
0 stars 0 forks source link

Need constructor for TCP protocol handlers that has separate init() method #32

Closed jackjansen closed 1 month ago

jackjansen commented 1 month ago

Needed for https://github.com/cwi-dis/VR2Gather/issues/150

Because we'll want to use a single tcp://host:port URL, and use port for audio and port + 1 and subsequent for point clouds.

But with the current constructor that is difficult, because we need to subclass the TCP classes in VR2Gather, and modifying the arguments to the base class constructor is yucky.

jackjansen commented 1 month ago

Implemented in 675bf8