Hi, On Wed, Sep 23, 2015 at 2:45 PM, Muhui Jiang <[email protected]> wrote: > Hi, > Actually it is my bad. I used the wrong way of callback. So the client may > close the websocket(you've told me before). Sorry to be so stupid. > And I have also noticed a very interesting thing. In the onPush function. I > find that frame.getPromisedStreamId() & stream.getId() is the same. I don't > think they should be the same, do you think this is a bug or it may be my > mistake.
It is correct that they are the same. The stream parameter to onPush() is the pushed stream. -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
