Noah;
Noah;
Explore posts from servers
CDCloudflare Developers
Created by Noah; on 12/3/2024 in #general-help
Cache Revalidation
No description
7 replies
CDCloudflare Developers
Created by Noah; on 12/3/2024 in #general-help
Cache Revalidation
Hey, thanks for the response. Is there any way to make it so if a user visits a specific page, it revalidates the cache for another, though?
7 replies
CDCloudflare Developers
Created by Noah; on 12/3/2024 in #general-help
Cache Revalidation
I cant find anything under Cache Rules to revalidate a page
7 replies
CDCloudflare Developers
Created by Noah; on 12/3/2024 in #general-help
Cache Revalidation
How do I do this?
7 replies
CDCloudflare Developers
Created by Noah; on 11/22/2024 in #general-help
Zero Trust is Redirecting me to "404 Not Found"
I found a forum online saying I need to add my custom domain to the zero trust domain list, but I can't since my domain for zero trust is on a different account than what the policy is on
3 replies
CDCloudflare Developers
Created by Noah; on 11/22/2024 in #general-help
Zero Trust is Redirecting me to "404 Not Found"
The domain behind zero trust is on pages
3 replies
CDCloudflare Developers
Created by Noah; on 9/25/2024 in #pages-help
Question about Cloudflare Cache Status
Yes, I’m still using a VPS for my backend
10 replies
CDCloudflare Developers
Created by Noah; on 9/25/2024 in #pages-help
Question about Cloudflare Cache Status
Alright, good to know. By the way, I recently switched from a VPS to Pages - one of the best decisions I have ever made! Pages is a great product. Thank you all for all of the work you do :)
10 replies
CDCloudflare Developers
Created by Noah; on 9/25/2024 in #pages-help
Question about Cloudflare Cache Status
Hi there, I appreciate your response. I am not using functions, I am using SvelteKit for my frontend and Go Fiber for my backend.
10 replies
CDCloudflare Developers
Created by Noah; on 9/25/2024 in #pages-help
Question about Cloudflare Cache Status
No description
10 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
solved
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
just hoping this isnt impossible to fix
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
All help is appreciated :)
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
Still very stumped on this.
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
For what it's worth, the full code:
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
Found some people doing the same thing as me online. https://stackoverflow.com/questions/68106636/using-a-memorystream-with-nets-system-speech-speechrecognitionengine-class https://stackoverflow.com/questions/1682902/streaming-input-to-system-speech-recognition-speechrecognitionengine?rq=4 They don't seem to be having any issues... but I can't find anything that they're doing that I am not..
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
For some additional information, the buffered steam is just a list of bytes with a predefined size (48,000 bytes in this case, which is 0.25s of audio data) and its size never changes. When trying to profile the issue using dotMemory the issue seems to be a ton of Byte[] object with a stack trace of literally just [AllThreadsRoot]. The exception gets called when a socket connection closes (each socket connection has its own instance of SpeechRecognitionEngine) and only happens once per instance. After that everything is being disposed.
22 replies
CC#
Created by Noah; on 1/31/2024 in #help
Memory leak problem with System.Speech.Recognition && Microsoft.Speech.Recognition
(I have isolated this and profiled it & have determined the issue does not appear to be my code)
22 replies