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
I found Ctrl + C cannot shutdown web server if there is a webpage is streaming, if I close that webpage, Ctrl + C will shudown the server after 5 seconds,but self.destroy() not been called.
How to close web server appropriately?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using aiohttp web server to stream my raspberrypi's camera,here is my handler:
I found
Ctrl + C
cannot shutdown web server if there is a webpage is streaming, if I close that webpage,Ctrl + C
will shudown the server after 5 seconds,butself.destroy()
not been called.How to close web server appropriately?
Beta Was this translation helpful? Give feedback.
All reactions