I want to terminate a Faye client 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.. :( |
|||||
|