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

Add support for sliver-beacons #20

Open
whotwagner opened this issue Aug 31, 2023 · 2 comments
Open

Add support for sliver-beacons #20

whotwagner opened this issue Aug 31, 2023 · 2 comments
Assignees

Comments

@whotwagner
Copy link
Contributor

Currently only sliver-sessions are supported. Add support for sliver-beacons!

@whotwagner whotwagner self-assigned this Aug 31, 2023
@thorinaboenke
Copy link
Contributor

thorinaboenke commented Jul 25, 2024

is this implemented with for example:

     async def get_session_or_beacon(self,
                                    name,
                                    beacon=False) -> InteractiveBeacon | InteractiveSession:
        if beacon:
            return await self.get_beacon_by_name(name)
        else:
            return await self.get_session_by_name(name)

commit 6526689

@whotwagner
Copy link
Contributor Author

Yes, but it is still buggy and need to be fixed. That's why I left that open

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