-
The code is .net core 1.1 compatible, please, update the nuget =)
And why using ConcurrentDictionary on a single thread environment? It is WAY slower then the default Dictionary: https://stackoverf…
-
Consider using `ConcurrentDictionary` instead of reader/writer locks (slim) to protect dictionary
-
We have legacy code, We learned that there are some vulnerabilities using [BinaryFormatter](https://learn.microsoft.com/en-us/dotnet/core/compatibility/serialization/5.0/binaryformatter-serialization-…
-
## Problem to solve
The current implementation of `CookieStickySessions` contains `ConcurrentDictionary _stored` where all the sessions are stored.
We faced a situation when we need to have a few Oc…
-
I am getting the error `System.Net.Sockets.SocketException: Address already in use` on the line `server.Start(socket =>...`. My server accepts a websocket request from the client, and works perfectly …
-
I want to host static files from specified folder, so when i open http://localhost (address of server) i get the static content without downloading so i can host html,css,js as it was some default ngi…
-
See https://github.com/joemphilips/DotNetLightning/runs/695486967
(We should use Map instead of ConcurrentDictionary.)
-
Hello,
When I write code, I found that `KeyNotFoundException` will be triggered from time to time under multithreding parsing.
After attempting to change the `strings`, `ints`, and `metadata` fields…
-
```
Unhandled exception. Unhandled exception. System.InvalidOperationException: Unable to resolve service for type 'BeatTogether.LiteNetLib.Sources.UnconnectedMessageSource' while attempting to activ…
-
- ~~Use `ConcurrentDictionary` in `ULPlatform`~~
- [ ] Use `ThreadLocal` in `ULPlatform` for startup structs
- [x] Convert `ULPlatform.CheckThread` to `Renderer.CheckThread`
- [ ] #67