try with nng

This commit is contained in:
Ross
2024-12-02 12:30:46 +00:00
parent 530f9ed7ea
commit e6931f3c8a
2 changed files with 47 additions and 2 deletions
+6
View File
@@ -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