Miguel Grinberg

Results 484 comments of Miguel Grinberg

Nobody proposed it before, so not until now. I'll look at adding your code as another option. Thanks!

Errors are not dispatched to class based namespaces at this time. You can workaround this limitation by creating an error handler that invokes the `on_error()` method in your namespace. It's...

@joshbriegal no updates. The PR was incomplete and the author did not respond to my feedback.

Gevent does have a `selectors` module though. Any chance you have an old version of gevent, from before this module was added?

@johaven where did you see that uWSGI recommends 1.x releases? All I can see is that a claim that 1.0.0 is required. That means that you cannot use any versions...

Are you using an async framework(gevent or eventlet) on your server? You didn't specify if the delay is on the side of the client or the server, but if it...

I'm sorry, but there is nothing I can do without actual details that help me reproduce this. My guess is that you are not aware you are blocking, which happens...

What would be the purpose of closing a sid room? The code unfortunately does not currently validate against this, but the sid rooms are not meant to be touched, they...

Is `myIP` a hostname, or are you using it as a placeholder for a `x.x.x.x` IP address? If it is an IP address, how do you intend for SSL certificate...

@fergqwertyui you aren't giving me enough details to understand what you are doing, and besides, this package does not do any of the SSL work, this is the Python requests...