T-PLAY / hub

Central HUB and communication protocol of TPLAY
https://t-play.github.io/hub/
Mozilla Public License 2.0
2 stars 1 forks source link

[io][client] Asker class is broken #5

Open hiergaut opened 6 months ago

hiergaut commented 6 months ago

Asker class allow to get some information of the different streamers connected to the server without opening new input stream. To get last acquisition of specific stream for example (used by OctaveViewer and MatlabViewer to get latest acquired image). Asker is client of server. New v2.0.0 server implementation is not aware about Asker client. We have to implements few features in server to accept asker client. Please, do not degrade the server's efficiency by adding a feature that is not used by everyone.