HBPVIS / ZeroEQ

Cross-platform C++ library for fast binary and REST messaging
https://hbpvis.github.io/
Other
41 stars 25 forks source link

Notify "empty" object #158

Closed eile closed 8 years ago

eile commented 8 years ago

Current FBEvents with no payload have no notification (notify is called in fromBinary which is within if( payload).

Solution 1: Use event-based notification for these, and not objects (#152). Solution 2: re-introduce some notifyFoo()?

tribal-tec commented 8 years ago

Implemented in #166