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

Close the stream programatically #380

Open
dennisfrijlink opened this issue Sep 29, 2021 · 0 comments
Open

Close the stream programatically #380

dennisfrijlink opened this issue Sep 29, 2021 · 0 comments

Comments

@dennisfrijlink
Copy link

Hi first of all I wanna say that I love peerflix because of it's simplicity.
Currently I'm using it in a node js api:

const stream = peerflix(magnet, { port: port });

This works but I after a stream has started, I cannot open another stream because of the fact that port is already used (makes sense).

How should I close a stream programatically using peerflix?

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