Chad Hart
Chad Hart
I use the public peerjs server. I was able to manually close the peerConnections by getting them from `peer.connections`. I noticed that the dataConnection `close` event still fires, so I...
@wilsonfurtado2000 - when you create a `peer` with `new Peer(someId)`, the `peer` object keeps an array of all the connections you make. If I recall correctly, the connections are stored...
Did the Part 1 code work ok?
My setup was really just for a proof of concept. I didn't use a dockerfile and I never set it up for automated builds. It has been a while since...
I agree websockets is mostly better for this application, but I do not think that will have a major impact on the response time. I did not do websockets originally...
I'm not sure when/if I will add WebSockets for this project, but you can see an example WebSocket implementation I did on another repo here: https://github.com/chadwallacehart/sense_hat_server In that project, I...
I am seeing the same issue. I removed 'stream' and set any references to it to `window.stream`, but that did not make any difference.
I would try changing that line to just `print(e)` and see what happens.
Sorry, I haven't worked with this project for a while. I think that `%e` should be a `%s` on line 61 or it should be changed to `print('POST /image error:...
@fippo - what do you want to do here? Is it quick enough for you to merge this? I can attempt it, but I would likely need you to review...