mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
bingAI always uses magicUrl for wss://
This commit is contained in:
parent
a1f7adb7f0
commit
f536c6eb78
1 changed files with 25 additions and 25 deletions
|
@ -166,10 +166,10 @@ class Chat {
|
|||
//(string,function:可以不传)
|
||||
sendMessage(message, onMessage) {
|
||||
try {
|
||||
let restsrstUrl = 'wss://sydney.bing.com/sydney/ChatHub';
|
||||
if (this.chatWithMagic==true) {
|
||||
restsrstUrl = URLTrue(this.magicUrl.replace('http', 'ws'), "ChatHub");
|
||||
}
|
||||
//let restsrstUrl = 'wss://sydney.bing.com/sydney/ChatHub';
|
||||
//if (this.chatWithMagic==true)
|
||||
let restsrstUrl = URLTrue(this.magicUrl.replace('http', 'ws'), "sydney/ChatHub");
|
||||
|
||||
let chatWebSocket = new WebSocket(restsrstUrl);
|
||||
chatWebSocket.onopen = () => {
|
||||
this.sendMessageManager.sendShakeHandsJson(chatWebSocket);
|
||||
|
|
Loading…
Reference in a new issue