xluckydegen

Results 5 comments of xluckydegen

Hi, I'm trying `disconnect` and `destroy`, but the application is still running. This is my testing snippet: ``` const client = new TelegramClient(new StringSession(apiCredentials.sessionHash ?? ''), apiCredentials.apiId, apiCredentials.apiHash, { connectionRetries:...

It seems TelegramClient correctly ends after ~1-2 minutes, but long after the `client.destroy()` is fulfilled. Is there any way how to wait for the final destruction?

thanks for the reply. I understand. Unfortunately, I can't use process.exit(0) because I wanted to use it during the unit-testing of our component. Is there any chance to get to...

> I manually add this in `.vscode/setting.json` and it works for me > > ```json > "solidity.remappingsUnix": ["@openzeppelin/=node_modules/@openzeppelin/"] > ``` > > source: https://stackoverflow.com/a/72168392 I had the same issue and...

Hi, is there any progress with this issue? It seems official implementation of this extension directly to Directus never happened, right? What is the best way how to fix it...