The feed created by push_list_add()
will be terminted whenever the client or the server close the connection.
But how can I close a connection in server side?
What exactly I need is a way to remove a feed which is created by push_list_add().
Who can tell how to remove a push list (or a feed) programmatically, in gwan?
thx in advance.