You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@bahir.apache.org by samueltc <gi...@git.apache.org> on 2018/01/07 12:15:18 UTC

[GitHub] bahir pull request #62: create pickle stream

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 <sa...@...>
Date:   2018-01-07T12:10:29Z

    create pickle stream

----


---

[GitHub] bahir pull request #62: create pickle stream

Posted by samueltc <gi...@git.apache.org>.
Github user samueltc closed the pull request at:

    https://github.com/apache/bahir/pull/62


---

[GitHub] bahir issue #62: create pickle stream

Posted by ApacheBahir <gi...@git.apache.org>.
Github user ApacheBahir commented on the issue:

    https://github.com/apache/bahir/pull/62
  
    Can one of the admins verify this patch?


---

[GitHub] bahir issue #62: create pickle stream

Posted by samueltc <gi...@git.apache.org>.
Github user samueltc commented on the issue:

    https://github.com/apache/bahir/pull/62
  
    wrong repo, sorry


---