An extension of weex's debug websocket client
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.zjutkz:WeexDebugWSClient:1.0.5'
}
WeexInspector.overrideWebSocketClient(new CustomerSocketClient());