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

feat: add support for UDP protocol and implement health check method #8

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

9iksans
Copy link
Member

@9iksans 9iksans commented Jul 19, 2024

This commit introduces two new features:

  1. Support for the UDP protocol:
    • Implemented necessary changes to allow handling of UDP connections.
    • Updated relevant parts of the codebase to integrate UDP functionality.

These changes enhance the application's functionality by supporting an additional protocol

stash.go Outdated
conn.SetWriteDeadline(deadline)
}

msg, _ := base64.RawStdEncoding.DecodeString("ping")
Copy link
Member

Choose a reason for hiding this comment

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

text ping bukan base64 @9iksans ,
kalau hanya untuk merubah ke versi bytes bisa cukup []byte("ping")

Copy link
Member Author

Choose a reason for hiding this comment

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

sudah diperbaiki ya mas wur

@wuriyanto48 wuriyanto48 merged commit 66887e1 into telkomdev:master Jul 22, 2024
1 check passed
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