Sarmad Wahab
Sarmad Wahab
I did, had a similar issue still ---- On Sun, 01 Dec 2019 09:12:36 -0600 [email protected] wrote ---- UDP doesn't guarantee that the data arrives in order and JSMpeg has...
> Did you try to increase the `videoBufferSize`? Does it work without WASM (`disableWebAssembly`)? > > > `videoBufferSize` – when streaming, size in bytes for the video decode buffer. Default...
Yep, I understand. I'm going to edit the issue to something else.
My bad, it's this line `services.AddCronJob("0 0 1 * *");` Seems to be something wrong with the monthly cron.
@furkandeveloper sorry forgot to respond, it was MonthlyRemoverService.cs Scheduling it every month causes this bug to happen for some reason
That is pretty weird, pretty faulty limitation. Is there a possible workaround? The corn you specified will run once per 25 days, correct? (as in, the 25th of each month...
Thank you, I'll try it out in the coming days.
I am also having this issue with .NET 5
How has this simple bug still not been fixed yet?
After looking through the sources of some other applications, I managed to find this ```cpp namespace apple_vendor_keyboard { constexpr value_t spotlight(0x0001); constexpr value_t dashboard(0x0002); constexpr value_t function(0x0003); constexpr value_t launchpad(0x0004);...