Bug #375

Updated by J. Wienke over 12 years ago

Problem
Currently, multiple identical notifications (except for @Notification.data_part@ and @Notification.data@) are sent, each containing the full set of meta-data.

Implementation
* Specify new behavior [[SpreadProtocol|here]]
* Make fields of @Notification@ descriptor optional ✓
* Implement
** C++
** Python
** Java
** Common Lisp ✓

Back