Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL protocol and dbos command #36

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Update URL protocol and dbos command #36

merged 3 commits into from
Jun 6, 2024

Conversation

qianl15
Copy link
Member

@qianl15 qianl15 commented Jun 5, 2024

The ECONNREFUSED issue here dbos-inc/dbos-transact-ts#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.

src/startDebugging.ts Outdated Show resolved Hide resolved
Copy link
Collaborator

@devhawk devhawk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor question about correcting dbos-sdk command

@qianl15 qianl15 changed the title Use IPv4 address explicitly Update URL protocol and dbos command Jun 5, 2024
@qianl15 qianl15 merged commit 6729752 into main Jun 6, 2024
2 checks passed
@qianl15 qianl15 deleted the qian/ipv4-url branch June 6, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants