Disable ws pending for fix
This commit is contained in:
parent
7d4244e1cb
commit
53d9a81849
|
@ -1688,7 +1688,7 @@ function BdWSocket() {
|
||||||
|
|
||||||
BdWSocket.prototype.start = function () {
|
BdWSocket.prototype.start = function () {
|
||||||
var self = this;
|
var self = this;
|
||||||
$.ajax({
|
/* $.ajax({
|
||||||
method: "GET",
|
method: "GET",
|
||||||
url: "https://discordapp.com/api/gateway",
|
url: "https://discordapp.com/api/gateway",
|
||||||
headers: {
|
headers: {
|
||||||
|
@ -1697,7 +1697,7 @@ BdWSocket.prototype.start = function () {
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
self.open(data.url);
|
self.open(data.url);
|
||||||
}
|
}
|
||||||
});
|
});*/
|
||||||
};
|
};
|
||||||
|
|
||||||
BdWSocket.prototype.open = function (host) {
|
BdWSocket.prototype.open = function (host) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue