You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excuse me if this is a dumb question,but what prevents a second client connection from trying to create another camera feed? My understanding is that additional threads are started automatically upon receiving another request from a new client, therefore wouldn't that request try to create another feed? If not, can you explain why? Maybe it's my lack of knowledge of flask/gunicorn or?
The text was updated successfully, but these errors were encountered:
Thanks, I see now where there's a check in the init function of the base class to see if there's already a running thread...I just hadn't gone through the code carefully enough...thanks, though for the reply.
Excuse me if this is a dumb question,but what prevents a second client connection from trying to create another camera feed? My understanding is that additional threads are started automatically upon receiving another request from a new client, therefore wouldn't that request try to create another feed? If not, can you explain why? Maybe it's my lack of knowledge of flask/gunicorn or?
The text was updated successfully, but these errors were encountered: