Features:
- The
wamplv
daemon now gets terminated if VIs are aborted or finish
execution; - Make specifying a topic mandatory for PUBLICATION requests;
- Provide a notifier for when a specific WAMP topic is published to;
- Allow for multiple subscriptions and unsubscriptions to a topic, the subscription is reference counted. To fully unsubscribe, call
Unsubscribe.vi
as many times asUnsubscribe.vi
; - Release all notifiers on timeout.
Fixes:
- Synchronous
Call.vi
not working properly.