Skip to content

feat: environment variable support#37

Merged
yuuki merged 3 commits into
mainfrom
feature/environment-variable-support
Jun 10, 2025
Merged

feat: environment variable support#37
yuuki merged 3 commits into
mainfrom
feature/environment-variable-support

Conversation

@yuuki

@yuuki yuuki commented Jun 10, 2025

Copy link
Copy Markdown
Owner

Fix interface conversion panic in connectUDP by ensuring the pool
returns *[]byte instead of []byte. This resolves the test failure
in TestConnectUDPContextCancellation.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

yuuki and others added 3 commits June 10, 2025 12:20
Enable configuration via environment variables using TCPULSE_ prefix.
All command-line flags can now be set as environment variables with
dashes converted to underscores (e.g., TCPULSE_MESSAGE_BYTES=128).

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Fix interface conversion panic in connectUDP by ensuring the pool
returns *[]byte instead of []byte. This resolves the test failure
in TestConnectUDPContextCancellation.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@yuuki yuuki changed the title Feature/environment-variable-support feat: environment variable support Jun 10, 2025
@yuuki yuuki merged commit 26d5a06 into main Jun 10, 2025
1 check passed
@github-actions github-actions Bot mentioned this pull request Jun 10, 2025
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.

1 participant