修改报错,修改全开指令
This commit is contained in:
@ -105,10 +105,10 @@ function Init() {
|
||||
console.log("server error", err);
|
||||
getmainWindow().webContents.send('udpServerError',"udp服务创建失败,尝试更换端口")
|
||||
});
|
||||
console.log("port",port)
|
||||
console.log("port ",port)
|
||||
server.bind(port);
|
||||
// sendMsg("AFFG")
|
||||
sendMsg("A000k #")
|
||||
sendMsg("A000g #")
|
||||
}
|
||||
function sendMsg(val) {
|
||||
let msg;
|
||||
|
||||
Reference in New Issue
Block a user