sockClient.onDisconnect
(since 1.0)
Connection closed callback
Description
string
sockClient.onDisconnect
(
)
This function is called when the server we are connected to closes the connection
Examples
socket.onDisconnect = function() {
Ape.log("Gone !");
}
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
