fix(compat): support SM 1.13 compiler (#6)

This commit is contained in:
Rushaway
2026-08-15 14:56:45 +02:00
committed by GitHub
parent 878ec658e6
commit e2b0ee2fec
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@ methodmap AsyncSocket < Handle {
public bool WriteNull(const char[] data)
{
this.Write(data, strlen(data) + 1);
return this.Write(data, strlen(data) + 1);
}
public native bool SetConnectCallback(AsyncSocketConnectCallback callback);
+1 -1
View File
@@ -1 +1 @@
1.1.0
1.1.1