Zhou Wenkan

Results 2 issues of Zhou Wenkan

虽然可能没人这么写代码,不过测试确实发现有问题; 例如定义下面这样的类型 ``` public class GGGG { public class III { } } ``` LuaCallCSharp函数定义为 ``` public static GGGG.III Test(GGGG.III arg) { return null; } ``` 那么生成的wrapper对泛型参数的生成是错的 ``` [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static...

FragmentLength should better not be hard coded, and in WebSocketFrame.cs ToArray() function, the 1024 should better not be hard coded as well, IMO.