GitHub user samueltc opened a pull request:
https://github.com/apache/bahir/pull/62
create pickle stream
```
>>> from paho.mqtt.client as mqtt
>>> client = mqtt.Client()
>>> client.connect()
0
>>> client.publish('foo', pickle.dumps(('bonjour', 'hi')))
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/samueltc/bahir mqtt-pickle-serializer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bahir/pull/62.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #62
----
commit 603382717e936ec5e41515740fc7d2dd749cc835
Author: Samuel Cossette <samueltc@...>
Date: 2018-01-07T12:10:29Z
create pickle stream
----
---