codypiersall / pynng

Python bindings for Nanomsg Next Generation.
https://pynng.readthedocs.io
MIT License
260 stars 58 forks source link

Minor bug fix. #87

Closed muthukumarclay closed 2 years ago

muthukumarclay commented 3 years ago

As you can see, in both the try and catch dial called in non_block mode. It is supposed to be Block mode and then Non_Block mode.

trycatch

codypiersall commented 2 years ago

This is a great fix, thank you!