Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upmanaging multiple clients on the same server #1520
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello guys!
Currently I'm working on an application which you sign in and watch movies via torrents.
The way I'm managing the user clients is on the ram. Every user that logs in, I create a dedicated web torrent client for that user, using node js middelware.
Now, I'm feeling this method of creating client for every user is a bit problematic. Firstly, when I go to a move, the movie start downloading using the web torrent. If I go back and try to watch another movie, the client doesn't downloading the content. When I check the logs, I see it still downloading the first movie.
I'd be glad if anyone would help me understand how to better manage multiple client instances for multiple users.
What version of WebTorrent?
0.102.4
What operating system and Node.js version?
Windows 10, Node Version v9.9.0