-
Notifications
You must be signed in to change notification settings - Fork 6
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
- Status: Open.#227 In MDA2AV/ioxide;
- Status: Open.#226 In MDA2AV/ioxide;
docs: the version is stated four ways - README 0.4.169, IoxideRuntime.Version 0.0.17, csproj 0.13.218, nuget.org 0.7.211
documentationImprovements or additions to documentationImprovements or additions to documentationseverity:lowPolish / minor winPolish / minor winStatus: Open.#224 In MDA2AV/ioxide;reactor: Teardown never disposes live or pooled TcpConnections, so every Stop() leaks their native write slabs
bugSomething isn't workingSomething isn't workingseverity:lowPolish / minor winPolish / minor winStatus: Open.#223 In MDA2AV/ioxide;tcp: accept re-arms immediately on EMFILE/ENFILE, so fd exhaustion pins every reactor at 100% CPU and logs millions of lines per second
bugSomething isn't workingSomething isn't workingseverity:mediumPerf cliff / hardening gapPerf cliff / hardening gapStatus: Open.#222 In MDA2AV/ioxide;tcp: a recycled connection's write slab is reused while its SEND is still in flight - the old peer receives the next connection's response bytes
bugSomething isn't workingSomething isn't workingseverity:highConnection loss / resource leakConnection loss / resource leakStatus: Open.#221 In MDA2AV/ioxide;ring: syscall() returns -1 and sets errno, so the loop's EINTR/EAGAIN/EBUSY tolerance and the pre-6.6 NO_SQARRAY fallback never fire - a signal on a reactor thread silently kills the reactor
bugSomething isn't workingSomething isn't workingseverity:highConnection loss / resource leakConnection loss / resource leakStatus: Open.#220 In MDA2AV/ioxide;TcpConnection.GetMemory: a Memory held across an await may outlive the write slab
bugSomething isn't workingSomething isn't workingStatus: Open.#219 In MDA2AV/ioxide;- Status: Open.#211 In MDA2AV/ioxide;
sni: a wildcard host entry is accepted at startup and matches nothing
enhancementNew feature or requestNew feature or requestseverity:mediumPerf cliff / hardening gapPerf cliff / hardening gapStatus: Open.#207 In MDA2AV/ioxide;quic: no coverage for client certificates that are validly signed and must still be refused
bugSomething isn't workingSomething isn't workingseverity:mediumPerf cliff / hardening gapPerf cliff / hardening gapStatus: Open.#203 In MDA2AV/ioxide;quic: the handler cannot read the peer's certificate - no PeerCertificateDer
enhancementNew feature or requestNew feature or requestseverity:lowPolish / minor winPolish / minor winStatus: Open.#202 In MDA2AV/ioxide;