Hey, recently i'm working on Orbited 0.8alpha and stomp server. As we know, Orbited 0.8 use csp-0.1alpha10 on proxy protocol. And there is something wrong with the release connection from proxy to stomp server. When i'm using the browser to view the stomp client page, and refresh many time ( lead to stomp.connect). The connection of stomp server will grow up reasonable. But after i close the browser, some of these connections will not release for a long long time.
I change one line of csp code.
https://github.com/skysbird/csp/blob/master/csp/twisted/session.pyline 137. Invoke resetKillTimer when the request come in. Now it works as a want.
I don't know whether there is some side-effects.