SilverFox
SilverFox
**Product and Version Used**: 2.2.0+VS2019 16.4.0Preview1 **Steps to Reproduce**: 1. Create an csproj(`ClassLibrary2`) in VS, and modify to multi targetFrameworks ```xml netstandard2.0;net472 ``` 2. Create `Class1.cs` at `ClassLibrary2/NewFolder/Class1.cs`; 3. Add...
Follow the same logic in NativeChannel and SocketDatagramChannel. And DefaultMaxMessagesRecvByteBufAllocator.ContinueReading() can never be true without this.
Without this, it may lead to an infinite loop.
Run the below code, and you can see an false case of leak is reported. And an Debug.Assert can be seen when run with Debug builds of DotNetty. @nayato @StormHub...
Unlike DotNetty, SpanNetty will throw RejectedExecutionException when try to submit to a eventloop after it's stopped. But unluckly it's not catched on callback of IOCP, then it will leak to...
Check whether MqttServerAndClient will hit the assert in pipeline.=>It hit the assert Actual fix is not included. (I do this later when I'm free, and the fix should like https://github.com/Azure/DotNetty/pull/374)
### Steps to reproduce ```cs using Npgsql; static class Program { static NpgsqlConnection Conn => new NpgsqlConnection("User ID=postgres;Password=postgres;Host=127.0.0.1;Port=5432;Database=postgres;Max Auto Prepare=20;"); static async Task Main(string[] args) { await using (var conn...
What kind of issue is this? - [x] **PlatformIO Core**. If you’ve found a bug, please provide an information below. ------------------------------------------------------------------ ### Configuration **Operating system**: win10_x64 **PlatformIO Version** (`platformio --version`):...
In current version, installer for platform.io follows `http.proxy` settings in vscode, but `build task` and `upload task`(which may download some toolchains/frameworks/platform resource for the first time) start from another process...