Sander Saares
Sander Saares
It would be desirable to have a single jose-jwt codebase/package that works on all .NET Standard platforms. The idea being that if I make my own .NET Standard library that...
While we do not want to go overboard with the HTTP metrics default label set, there are legitimate cases where more labels are desired (ref #232). A general purpose solution...
The newly added IHttpClientFactory integration only exposes HTTP request host and method as labels. While a good start, this is not enough to really identify which (out of several possible)...
It would be nice to have RemoveBeforeCollectCallback() to partner with AddBeforeCollectCallback(). Alternatively, AddBeforeCollectCallback() could return an IDisposable for removing the registration. Right now the add-only structure just complicates code sturcturing.
Both gRPC and HTTP traffic uses the ASP.NET Core pipeline. Currently, we count every gRPC request also as an HTTP request (with no controller/action). This is pointless - we should...
##### Environment - [x] The MPD passes the DASH-IF Conformance Tool on https://conformance.dashif.org/ - [x] The stream has correct Access-Control-Allow-Origin headers (CORS) - [x] There are no network errors such...
## Steps to reproduce ```csharp [DataTestMethod] [DataRow(0, new int[] { })] [DataRow(0, new int[] { 0 })] [DataRow(0, new int[] { 0, 0, 0 })] // Is executed [DataRow(1, new...
I wish to provide the "default authority" ChannelOption when connecting to the service. Right now there does not seem to be a possibility to do this.
I am seeing traffic where the source IP address is somehow rewritten to match the IP address of the igmpproxy machine, not the upstream source that it originated from. While...
I am trying to use igmpproxy on Ubuntu 18.04 with Docker, which creates its network interface when it is first used - it does not necessarily exist immediately after startup....