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

Socket type #243

Open
Yuhanun opened this issue Nov 19, 2020 · 0 comments
Open

Socket type #243

Yuhanun opened this issue Nov 19, 2020 · 0 comments

Comments

@Yuhanun
Copy link

Yuhanun commented Nov 19, 2020

Hello,

I'm currently working on a project that requires a socket type that's quite specific.

So when a new client connects, it will send a handshake (basically a HELLO packet containing its name).
After that it will never send again, just receive something every tick, but new clients may connect to the server, and will send their hello packet.

What server type would I use for this, and what client type?

I'm currently using xrequest for the server, but im unsure whether that's correct and what to use for the client.

Thank you in advance.

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

No branches or pull requests

1 participant