Skip to content

v1.6.0.2

Latest
Compare
Choose a tag to compare
@samangh samangh released this 30 Aug 23:36
· 2 commits to master since this release

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 as Unsubscribe.vi;
  • Release all notifiers on timeout.

Fixes:

  • Synchronous Call.vi not working properly.