talek icon indicating copy to clipboard operation
talek copied to clipboard

LibPDB API

Open willscott opened this issue 7 years ago • 3 comments

Currently, the api in libpdb/client.go doesn't really make sense:

  • publishtrace and poll trace are debug methods and should be in a test class
  • subscribe doesn't provide any interface for actually getting updates to the topic
  • No way to cancel a subscription
  • CreateTopic doesn't allow specification of password, and feels pretty disconnected from publish.

willscott avatar Jan 03 '17 14:01 willscott