-
[This](https://github.com/dotnet/docs/blob/master/docs/standard/collections/thread-safe/how-to-add-and-remove-items.md) article has a link to [this code sample](https://github.com/dotnet/docs/blob/mas…
-
Do you have a sample asp.net application using .net framework 4.7.2 that shows how to gracefully shutdown when kubernetes sends a sigterm, for example when calling kubectrl stop or kubectrl rollout re…
-
Permanent loop with memory leak while compile :)
```
Dim Test_DataBase As New ConcurrentDictionary(Of String, Long)
Dim Test_Data As New ConcurrentBag(Of String)
Dim Test_Ilc As Object = Encod…
Bxaa updated
4 months ago
-
In my case i`m executed dynamic generated queries uses Dapper. In production my service uses a lot of memory (~9 GB). I took a memory dump of the process and saw that dapper saved more than a million …
-
@cybaersam Adding you here because you were working on a fix in the radar.
https://github.com/Icehunter/ffxivapp-memory/blob/master/FFXIVAPP.Memory/Reader.Actor.cs#L81
That is where I start look…
-
Hi,
I'm currently facing an issue when capturing packet..
It does happen with a first app using
_sendSocket = new Socket(_ep.AddressFamily, SocketType.Dgram, ProtocolType.Udp);
_sendSocket.Sen…
-
## 🐛 Bug Report
The `ConcurrentDictionary` in MvxApplicationCallbacksCurrentTopActivity keeps strong references to Activities. This seems wrong to me and can potentially leak old and Finished Activ…
-
### Please describe your bug
I am unable to save certain libraries in jellyfin. When I hit ok it spins without progressing.
The libraries involved are one called Anime Subbed. This library is a T…
-
_From @JohanLarsson on January 3, 2017 13:47_
```c#
internal static class PropertyChangedArgsFor
{
internal static readonly PropertyChangedEventArgs Value = Create();
private static Pro…
-
### Description
When launching multiple orchestration function at a time we often get following exception :
> Message: Exception while executing function: Functions.analyzer Exception binding pa…
KuSh updated
10 months ago