I have very difficult and totally ungoogleable problem with cordova.
A program, working perfectly being compiled in --debug
mode, ceases working after compilation in --release
mode.
I made sure the source is identical, and the effect is constant.
The only difference between --debug
build and --release
build is that the --release
build fails to open any SSL connections.
This problem is localized very narrow, in my case it is the following line:
Socket = new WebSocket('wss://376.su/');
a friend of mine has reported the same error occurrence in the line:
<img src="https://blabla" />;
UPD: the problem is solved see the answers.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…