All notable changes to this project will be documented in this file.
Fix spelling of VIP package description.
Features:
- The wamplv daemon now gets terminated if VIs are aborted or finish execution;
- Make specifying a topic mandatory for PUBLICATION requests;
- Provide notifier for when a specific WAMP topic is published to;
- Allow for multiple subscriptions and unsubscriptions to a topic, the
subscription is refernce counted. To fully unsubscribe, call
Unsubscribe.vi
as many times asUnsubscribe.vi
. - Release all notifiers on timeout.
Fixes:
- Synchronous
Call.vi
not working properly.
Features:
- In
CALL
requests, send emptyArguments
list when theArguments
terminal is unwired; - Go back to traditional style LabVIEW errors (as opposed to JSON array errors).
Fixes:
- Make error message for error
-8012
more clear; - format
ABORT
messages properly; - Improve error handling if request times out.
Fixes:
- A bug where performing a WAMP operation immediately afteer connecting to a router occasionally resulted in a “Router disconnected” message.
Features:
- Add example for subscribing to topics;
- Allow setting of the WAMP
Options
paramter for all operations; - Reduce default timeout to 1 second.