ruan
Explore posts from serversCDCloudflare Developers
•Created by ruan on 1/17/2025 in #general-help
How to know if my tunnel is getting throttled?
With
100
client connections locally on my websocket server
like std::string url = "ws://localhost:8091";
(client)
I calculated latency ~200ms
until client receive server response
But routing the same 100
connections from the cloudflared tunnel
like "ws://abc.domain.com";
the latency goes 1000ms +
each client connection is sending data of around ~120kb
, it only send a new request when server replied
Could be Cloudflare throttling it? or my network not being able to handle all data?
Checking on Windows Task Manager i can see Network 68% ~280Mbps
, i have an internet of "500 mega"
Is it possible somehow to check if im getting throttled?3 replies
CDCloudflare Developers
•Created by ruan on 1/15/2025 in #general-help
How to configure multiple tunnels on the config.yml file?
I tried it this way but is not working:
C:\Users\RUAN\.cloudflared\config.yml
3 replies
How to add a keyboard shortcut on a Visual Studio extension?
I'm trying to learn how to add keyboard shortcuts to a Visual Studio 2022 extension.
I shared my current attempt here on MSFT Q&A:
https://learn.microsoft.com/en-us/answers/questions/2115590/how-to-add-a-keyboard-shortcut-on-a-visual-studio
Appreciate any help on this!
1 replies
Help with creating a Visual Studio 2022 extension
If someone with experience on creating Visual Studio extensions could take a look on this question:
https://stackoverflow.com/questions/79123778/visual-studio-extension-to-render-clickable-character-before-searched-string#79123778
2 replies
DIAdiscord.js - Imagine an app
•Created by ruan on 1/31/2024 in #djs-questions
How to update about me?
How to update the bot
about me
using the djs api?
I'm referring that 'description' section which is available in the developer's portal:
DESCRIPTION (MAXIMUM 400 CHARACTERS) Your description will appear in the About Me section of your bot's profile.
6 replies
GitHub CLI from deno
Is it possible/how to use the GitHub cli (gh) from JavaScript on deno?
Using the
Github cli
I'm able to generate download_urls
for files on a private repo without exposing my github token to the application
My idea is to call it from javascript side and return the url from an api, but i've no idea if its possible to run such tool from deno server3 replies
newbie help on deploying first project to deno
I asked on deno github and was told to ask on discord: https://github.com/denoland/deno/discussions/16039
I wonder if someone could help me on this, im trying to deploy a mongodb nodejs project
8 replies