/WeexDebugWSClient

An extension of weex's debug websocket client

Primary LanguageJavaApache License 2.0Apache-2.0

WeexDebugWSClient

An extension of weex's debug websocket client

download

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
dependencies {
	compile 'com.github.zjutkz:WeexDebugWSClient:1.0.5'
}

usage

WeexInspector.overrideWebSocketClient(new CustomerSocketClient());