Skip to content

[Experimental] Use :socket API #103

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

[Experimental] Use :socket API #103

wants to merge 5 commits into from

Conversation

arkgil
Copy link
Collaborator

@arkgil arkgil commented Feb 6, 2025

No description provided.

@arkgil arkgil marked this pull request as draft February 6, 2025 22:14
def update(%__MODULE__{} = udp, new_host, new_port) do
%__MODULE__{udp | host: new_host, port: new_port}
def update(%__MODULE__{} = udp, _new_host, _new_port) do
#%__MODULE__{udp | host: new_host, port: new_port}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Figure out how to do updates for a connected socket. I suppose the only option is to reconnect?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant