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