Interface brl.socket.IOnAcceptComplete - leonard-thieu/monkey GitHub Wiki

Methods

Method Documentation

Method 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.

See also

⚠️ **GitHub.com Fallback** ⚠️