This is a rather large PR which provides a bit of housekeeping and a small feature change:
Fixes spelling mistakes, grammar and method references in comments.
Indicates unused returns with _ = to ensure they are not missed.
Adds a test for publishToClient ACL unauthorised, following #287.
Following #284, Makes Inline Client a feature which is disabled by default, and is enabled through the server.Options.InlineClient=true property. Subscribe, Publish, and Unsubscribe now return errors if used when InlineClient is not enabled. Updates tests.
This is a rather large PR which provides a bit of housekeeping and a small feature change:
_ =
to ensure they are not missed.publishToClient
ACL unauthorised, following #287.server.Options.InlineClient=true
property. Subscribe, Publish, and Unsubscribe now return errors if used when InlineClient is not enabled. Updates tests.