Functions which have accepted default behaviour (`/"") can now also take a generic null (::) in line with recent ML releases
Functions for binding, unbinding and search no longer contain underscore syntax to indicate synchronous. Instead just bind/unbind/search until async added
README.md files updated in line with the above
Examples updated
Addition of command line option -host being added allows the example to be used locally not just in the docker image (default is the docker image still but will highlight to the user that this assumption was made)
Descriptions of outputs changed broadly with any functions that could fail now indicating either success or failure messages
(`/"")
can now also take a generic null(::)
in line with recent ML releasesbind
/unbind
/search
until async added-host
being added allows the example to be used locally not just in the docker image (default is the docker image still but will highlight to the user that this assumption was made)