MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / try_connect

Function try_connect

gaussian_renderer_dynamic/network_gui.py:34–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 listener.settimeout(0)
33
34def try_connect():
35 global conn, addr, listener
36 try:
37 conn, addr = listener.accept()
38 print(f"\nConnected by {addr}")
39 conn.settimeout(None)
40 except Exception as inst:
41 pass
42
43def read():
44 global conn

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected