Interface brl.socket.IOnAcceptComplete - leonard-thieu/monkey GitHub Wiki
OnAcceptComplete : Void ( socket:Socket, source:Socket )
This method is called when an asynchronous socket accept operation completes.
socket contains the incoming connection.
If you want to accept another connection, you will need to call AcceptAsync again.