porkbuns / shmile

The DIY photobooth, at your service.
75 stars 39 forks source link

Reliability issues with the app -- server seems to lose communication with client -- leads to freezing. #27

Closed andrewhao closed 8 years ago

andrewhao commented 9 years ago

I think this has to do partially with the way that state is captured in the server -- the server tracks the frame # in a global var. We can refactor state out of the server-end and let it be passed back and forth in each session. This also ensures that the client can connect and disconnect from the server and proceed reliably.

andrewhao commented 8 years ago

Tracked in #28