-
Notifications
You must be signed in to change notification settings - Fork 33
api en
sh7ning edited this page Jul 12, 2018
·
3 revisions
The service interface is an API exposed by the Comet service to application service, so that the application service can send messages to the client or kick client connection ( let client offline).
Send a message to the specified set of client connections.
PHP demo:example
Golang demo:example
Disconnect the specified set of client connections.
PHP demo:example
Golang demo:example
^_^ 2018.