> Thanks, Roberto, > > I have periodic messages in the log saying this: > - [uwsgi-websocket] no PONG received in 3 seconds !!! > > The odd thing is that if happens, there are lots of these messages coming > *at > exact same time*, and many browser pages get disconnected. Again, at exact > same time. The client code reconnects immediately, so that's not a big > deal, but it feels something is wrong. > > do you have any idea why this might happen?
Without knowing your code i can only suppose you have a blocking part in it (remember, a single blocking instruction in a non-blocking system will destroy it, there are no compromises on this topic) regarding better debug messages, definitely yes, we now have the api for it, i will push an update for 2.0.3 -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
