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

Need way to kill server/client connection #62

Closed
ejeffrey opened this issue Jul 26, 2016 · 3 comments
Closed

Need way to kill server/client connection #62

ejeffrey opened this issue Jul 26, 2016 · 3 comments

Comments

@ejeffrey
Copy link

The Delphi manager allows you to kill an unwanted connection from the GUI. There doesn't seem to be any way to do that now.

@maffoo
Copy link
Contributor

maffoo commented Jul 26, 2016

There is a close_connection setting on the manager that lets you kill a connection by id. It's not currently exposed in the web interface, but you can get at it from python, say. You can also use the connection_info setting to get info about active connections, including the connection id which you need to pass to close_connection.

@ejeffrey
Copy link
Author

OK, opened bug on scalabrad-web.

@ejeffrey
Copy link
Author

Actually, reopening...

The doc string for connection_info is

LabRAD Setting: "Manager" >> "Connection Info" (ID=10000)

Get information about connected servers and clients.

Accepts:
    _

Returns:
    *(wsbwwwwww)

that type tag needs to be documented...

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