Leonardo Testa
Leonardo Testa
@Jim2014 My workaround was import `Android-SpinKit:1.2.0` from gradle. It overrides 1.1.0 version. ```groovy implementation 'com.github.ybq:Android-SpinKit:1.2.0' ```
@jayu in the case of this middleware (first receive a param to do some specific logic): ``` // middlewareA export default (options) => (req, res) => res.send(options); // using middeware...
Good point, I think for now the way will be attach the production apk. Add a flavor without google stuff would be nice, if you know very well how to...
@ehsanhvd Nice workaround 👍
I'm having the same issue. ``` com.neovisionaries.ws.client.HostnameUnverifiedException: The certificate of the peer (CN=xx.yy.zz.co) does not match the expected hostname (ws.xx.yy.zz.co) at com.neovisionaries.ws.client.SocketConnector.verifyHostname(SocketConnector.java:171) at com.neovisionaries.ws.client.SocketConnector.doConnect(SocketConnector.java:126) at com.neovisionaries.ws.client.SocketConnector.connect(SocketConnector.java:83) at com.neovisionaries.ws.client.WebSocket.connect(WebSocket.java:2152) at com.neovisionaries.ws.client.ConnectThread.runMain(ConnectThread.java:32)...