You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you connect to serve via connect_tcp call? ie. I'd like to run the following client that connects to this repos serve.py example and logs some data that is then automatically viewable from the vite app:
Hi, I'm not sure I fully understand the request here. The serve.py script starts a WebSocket server to which a web viewer can connect. TCP cannot be used directly in browsers, everything must go through HTTP, WS, or more recently QUIC. We currently don't support SDKs connecting to each other. If you want to log data to the same web viewer from multiple different SDKs, you can give the web viewer multiple ws:// addresses to connect to. See our operating modes for more info.
Hi,
How do you connect to serve via connect_tcp call? ie. I'd like to run the following client that connects to this repos serve.py example and logs some data that is then automatically viewable from the vite app:
The text was updated successfully, but these errors were encountered: