Miguel Grinberg

Results 485 comments of Miguel Grinberg

Looks like all the errors are caused by not handling the ECONNRESET error. I did not notice this error in my tests, it might be that they are used by...

@beyonlo I have put some fixes based on your reports: - Firefox should work now - the `ECONNRESET` error is (hopefully) handled properly - an `index.html` file is now served...

@Carglglz Thanks for doing this work! This is going to make my work a lot easier when I attempt to do this. Sounds like I might need to use the...

@beyonlo I added fixes for the new errors. Thanks!

@beyonlo I don't have any examples, but all you need to do is store the `ws` objects for all your clients in some sort of data structure (maybe a dict),...

@beyonlo This is useful, thanks. I think I've fixed these new errors now.

Yes, that is a reasonable solution.

@Carglglz Hey, I'm looking at your patch above and have a question. Why is it necessary to reset the SSLContext object with each request in your proposed implementation? This isn't...

This is the only example I have for audio streaming. Sorry.

Sorry, but I don't have a better example to show you. This is an old project of mine that I built for a conference talk, it is not a standalone...