sockClient.onConnect
(since 1.0)
Connection has been established callback
Description
string
sockClient.onConnect
(
)
This function is called when connection has been established
Examples
socket.onConnect = function() {
Ape.log("We are connected !");
this.write("Hello\n");
}
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...
