daben1990
daben1990
rt ..i want add some key word different color .thx ..
``` volumes: - /Users/fanyongdong/data/dev:/home/work/data/www - /Users/fanyongdong/data/host:/home/work/app/nginx/conf/vhosts ``` i want sync my code and my hosts files and run ``` docker-osx-dev ``` when i change my files .it does not change...
报502错误
我是这样写的 ``` const io = require('./ws.js'); const news = io('wss://xxx.com/venice/v1/user/') ``` 控制台报错 ``` WebSocket connection to 'wss://xxx.com/socket.io/?EIO=3&transport=websocket' failed: Error during WebSocket handshake: Unexpected response code: 502 ```
小程序里面这样写是可以的, ``` wx.connectSocket({ url: 'wss://xxxx.com/user/??EIO=3&transport=websocket', }) ``` 在socket.io的客户端是这样写的 ``` io.connect('//xxxx.com',{path:'/user'}); ``` 在你这里应该咋写,写成`?path=user`也不管用啊,貌似加了个默认通道`socket.io`, 控制台报错,连接地址为 ``` wss://xxx.com/socket.io/?path=/user/&EIO=3&transport=websocket' ``` 这个了,
when i execute ``` bash {"failed": true} msg: Error: Empty installation FATAL: all hosts have already failed -- aborting PLAY RECAP ******************************************************************** to retry, use: --limit @/Users/fanyongdong/mac.retry 127.0.0.1 : ok=4...