Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用脚本中的 rpyc 连接到多客户端。
rpyc.classic.connect("192.xx.xx.1") rpyc.classic.connect("192.xx.xx.2") rpyc.classic.connect("192.xx.xx.3")
是否有任何机制可以从脚本向所有 rpyc 客户端发送广播消息?