This should be a more stable reconnecting websocket - it's based on the code that runs ABot, so there might still have an issue but ABot has been stable since removing the debounce
this also adds the app instance to the window
This should be a more stable reconnecting websocket - it's based on the code that runs ABot, so there might still have an issue but ABot has been stable since removing the debounce
this also adds the app instance to the window
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This should be a more stable reconnecting websocket - it's based on the code that runs ABot, so there might still have an issue but ABot has been stable since removing the debounce
this also adds the app instance to the window
693e5f49bctoc9c070c497@@ -369,3 +233,4 @@ export class App extends EventHandler {}export const app = new App();window.app = app;Because it's a module we no longer leak the app instance, this makes it easier to debug
@@ -0,0 +130,4 @@};const me = thisreturn new Promise((resolve) => {me.addEventListener(call.callId, data => resolve(data));STill me vars, but out of scope .