Skip to content
Snippets Groups Projects
Commit 76e1a1fe authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Client example

parent 50945f76
No related branches found
No related tags found
No related merge requests found
from controlhost import Client
client = Client('localhost')
client._connect()
client.subscribe('foo')
print client.get_message()
client._disconnect()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment