dbos-inc / ttdbg-extension

DBOS Time Travel Debugger extension for VS Code
https://docs.dbos.dev
MIT License
5 stars 1 forks source link

Update URL protocol and dbos command #36

Closed qianl15 closed 3 months ago

qianl15 commented 3 months ago

The ECONNREFUSED issue here https://github.com/dbos-inc/dbos-transact/issues/488 seems to be caused by the system trying to use IPv6 to connect to the proxy.

Since the proxy always listens at an IPv4 address (127.0.0.1), it would be more robust to explicitly specify it.