Weex cannot use websocket in IOS environment

weex cannot use Websocket, in the IOS environment. Is the Websocket module not implemented by default in the IOS environment?
prompts the following code error
reports the following error: 2018-01-30 11 WeexDemo 53.139497400800 WeexDemo [3836Rod 553570] < Weex > [error] WXWebSocketLoader.m:73, No resource request handler error!

Mar.09,2021

encountered the same problem, brother, have you solved your problem


for some reason, they deleted the implementation of websocket under iOS, leaving only an interface of handler. On the github of weex, find version 0.12 or earlier, as well as the implementation of websocket. Can be used directly, remember to register handler.

Menu