Terminating a Faye client connection
I want to terminate a Faye client 开发者_Go百科connection.
Is there command like
client.destroy()
or something that can terminate connection from the browser?
try this,
client.disconnect()
that will disconnect your connection to the faye.. but my problem is, how to connect again.. :(
精彩评论