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

Two missing Socket commands #47

Closed
RFO-BASIC opened this issue Jan 29, 2013 · 3 comments
Closed

Two missing Socket commands #47

RFO-BASIC opened this issue Jan 29, 2013 · 3 comments
Assignees

Comments

@RFO-BASIC
Copy link
Owner

Please add:

socket.client.close

  • Closes an open client side connection

socket.client.server.ip

  • returns the IP of the server that this client is connected to.
@ghost ghost assigned mrleavitt Jan 29, 2013
@mrleavitt
Copy link
Collaborator

Are there any parameters for these two commands? I might infer no parameters for "close", but perhaps the other would be:

socket.client.server.ip < svar >

@RFO-BASIC
Copy link
Owner Author

There is no parameter for close.

You are correct about the .ip parameter. It returns the IP in the string variable.

@mrleavitt
Copy link
Collaborator

Done.

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

2 participants