Fix bugs: Stable release.

This commit is contained in:
2017-08-02 22:03:07 +02:00
parent 7b10708a20
commit b38d2077b1
6 changed files with 28 additions and 55 deletions

View File

@ -16,7 +16,7 @@ methodmap AsyncSocket < Handle {
public native bool Listen(const char[] host, const int port);
public native bool Write(const char[] data);
public native bool Write(const char[] data, int length = -1);
public native bool SetConnectCallback(AsyncSocketConnectCallback callback);