try with nng
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import pynng
|
||||
|
||||
with pynng.Pair0(listen='tcp://127.0.0.1:54321') as s1:
|
||||
|
||||
with pynng.Pair0(listen='tcp://127.0.0.1:54321') as s2:
|
||||
pass
|
||||
Reference in New Issue
Block a user