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:可以不传)
|
//(string,function:可以不传)
|
||||||
sendMessage(message, onMessage) {
|
sendMessage(message, onMessage) {
|
||||||
try {
|
try {
|
||||||
let restsrstUrl = 'wss://sydney.bing.com/sydney/ChatHub';
|
//let restsrstUrl = 'wss://sydney.bing.com/sydney/ChatHub';
|
||||||
if (this.chatWithMagic==true) {
|
//if (this.chatWithMagic==true)
|
||||||
restsrstUrl = URLTrue(this.magicUrl.replace('http', 'ws'), "ChatHub");
|
let restsrstUrl = URLTrue(this.magicUrl.replace('http', 'ws'), "sydney/ChatHub");
|
||||||
}
|
|
||||||
let chatWebSocket = new WebSocket(restsrstUrl);
|
let chatWebSocket = new WebSocket(restsrstUrl);
|
||||||
chatWebSocket.onopen = () => {
|
chatWebSocket.onopen = () => {
|
||||||
this.sendMessageManager.sendShakeHandsJson(chatWebSocket);
|
this.sendMessageManager.sendShakeHandsJson(chatWebSocket);
|
||||||
|
|
Loading…
Reference in a new issue