At the server, CometD provides a MaxQueueListener hook to drop messages but if the Bayeux Client wants to stop receiving messages from a server without disconnecting , can it achieve that?
答案 0 :(得分:0)
BayeuxClient
仅从其订阅的频道收到来自服务器的消息。
如果BayeuxClient
停止从服务器接收消息,则可以取消订阅其订阅的所有频道。
BayeuxClient
仍会在属于Bayeux协议的meta
个频道上收到meta
条消息,但服务器不会发送应用程序消息。