终止 Faye 客户端连接
我想终止 Faye 客户端连接。
是否有类似的命令
client.destroy()
或可以终止浏览器连接的命令?
I want to terminate a Faye client connection.
Is there command like
client.destroy()
or something that can terminate connection from the browser?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个,
client.disconnect()
会断开你与 faye 的连接。
但我的问题是,如何再次连接..:(
try this,
client.disconnect()
that will disconnect your connection to the faye..
but my problem is, how to connect again.. :(