react-native-socketio icon indicating copy to clipboard operation
react-native-socketio copied to clipboard

SocketIoReadableNativeMap.java constructor not defined

Open huangjilaiqin opened this issue 8 years ago • 2 comments

eact-native-socketio/android/src/main/java/com/gcrabtree/rctsocketio/SocketIoReadableNativeMap.java:17: 错误: 无法将类 ReadableNativeMap中的构造器 ReadableNativeMap应用到给定类型;

image because the super constructor is protect,change like below is ok, image hope help.

huangjilaiqin avatar Dec 13 '16 11:12 huangjilaiqin

I believe this is corrected by #26, however I don't think this project is actively maintained, thus why it hasn't been merged.

colbywhite avatar Feb 20 '17 04:02 colbywhite

we should try ws module at server

luoyjx avatar Jun 21 '17 15:06 luoyjx