Asks the WAMP server to acknowledge that the publish call has been fulfilled. publish()
will wait for the acknowledgement from the WAMP server if this option is set to true.
Optional withoutUriBase
withoutUriBase?:boolean
If true, the uriBase will not be prepended to the provided URI for this operation
Asks the WAMP server to acknowledge that the publish call has been fulfilled.
publish()
will wait for the acknowledgement from the WAMP server if this option is set totrue
.