Markus Schaber
Markus Schaber
Provocative thoughts: Is there any functionality which `AsyncProducerConsumerQueue` provides on top of what [Channels](https://www.nuget.org/packages/System.Threading.Channels) provide? Should `AsyncProducerConsumerQueue` be deprecated in favour of channels?
See also: https://www.python.org/dev/peps/pep-0657/ for the PEP "Include Fine Grained Error Locations in Tracebacks" :-)
@StefanGu65 Any chance you will update to the current 0.9.27 version? Alternatively, you could share a more detailed readme how to build it on windows (e. G. makefile modifications, which...
@vlm: would you accept pull requests for a "native" windows build? Either using GCC, MinGW or VS?
I tried to build it with cygwin myself. After installing some missing packages, it builds fine, but "make check" fails with: ``` shell GeneralizedTime.c: At top level: GeneralizedTime.c:132:15: error: static...
On windows, only a single file handle can be open for the same file, if you don't pass special flags when opening the file handle. It might be the same...
I'm new to NATS, just investigating whether it could fit our use case. The JavaScript client has some [No Responders](https://github.com/nats-io/nats.ws#no-responders) example which seems somehow tied to support for headers: >...
Thanks for your reply. :-)
Any solution for this yet?
Profiling one of our services (not lighthouse) seems to imply that the DedicatedThreadPool and DotNetty are the main culprits:  More details on the DedicatedThreadPool: 