Skip to content

v0.8.2

Compare
Choose a tag to compare
@obmarg obmarg released this 09 Apr 09:27
· 19 commits to main since this release
01ce959

Changes

  • Client::subscribe now takes &self instead of &mut self, to make sharing a
    Client among threads easier (#88)
  • Client is now clone, again to make sharing among threads easier
    (#88)