tonysimpson / nanomsg-python

nanomsg wrapper for python with multiple backends (CPython and ctypes) should support 2/3 and Pypy
MIT License
382 stars 85 forks source link

repr seemed incorrect for socket #55

Closed jb098 closed 7 years ago

jb098 commented 7 years ago

Bound and connected sockets looked to be the wrong way round. Also fixed a couple of spelling mistakes.

tonysimpson commented 7 years ago

thanks