Clayton Lopes
Clayton Lopes
How to hide the menus?
Hello guys, I developed an api. that at the controller I need to read the data from the client certificate attached to the request. on my computer in development mode,...
Hello guys, I developed an api. that at the controller I need to read the data from the client certificate attached to the request. on my computer in development mode,...
SweetAlertResult result = await _swal.FireAsync(new SweetAlertOptions { TitleText= title, Text = message, Color = "Black", Background = "#FBF9F9", Icon = SweetAlertIcon.Warning, IconColor = "Red", ButtonsStyling = true, ShowCancelButton = false,...
Describe the bug When uploading the same file twice consecutively using the same filename, the first upload completes successfully, but the second upload sends only 1MB of data. It appears...
**Details** This pull request fixes a memory leak caused by the MessageRetryManager not applying a TTL to its internal message cache. Previously, decrypted proto.IMessage objects remained in memory indefinitely until...
### Description After updating **Baileys** to version **7.0.0-RC6**, I noticed a massive increase in CPU usage inside my container. Before the update (previous RC), running on **2 vCPUs**, the container...