Han
Han
`# -_\- coding:utf-8 -_- from socketIO_client import SocketIO,LoggingNamespace import logging logging.basicConfig(level=logging.DEBUG) def on_aaa_response(*args): print 'enter' print('on_aaa_response',args) baseurl="http://119.29.174.145" with SocketIO(baseurl,3000,LoggingNamespace) as socketIO: #Listen socketIO.on('new-tx',on_aaa_response) socketIO.emit('aaa') socketIO.wait()` Logger show what I type...
I have x264 file in jni and also run ./build_android.sh but it shows "You must define ANDROID_NDK before starting." "They must point to your NDK directories".My NDK directory is in...