[2.13.0-arch-opt] func build change

This commit is contained in:
zhongchao
2023-03-06 18:09:50 +08:00
parent e18e871ee5
commit 91547ae873
6 changed files with 14 additions and 34 deletions

View File

@@ -12,6 +12,7 @@ class AiCloudSocketBizProvider : IMoGoFunctionServerProvider {
get() = "AiCloudSocketBizProvider"
override fun init(context: Context?) {
//todo bus加载
context?.let {
SocketManager.getInstance().init(it, 0.0, 0.0)
SocketManager.getInstance().registerOnMessageListener(401012, V2XMessageListener401012())