@gi0baro I have dabbled around in Rust during advent of code a bit, and am looking into using granian for hosting an ASGI app. I'm mostly using Unix sockets so I have been looking into #97 for a bit and reading the code. It seems to me that the Rust SocketHolder class is unused since its introduction but I probably missed something.
@gi0baro I have dabbled around in Rust during advent of code a bit, and am looking into using granian for hosting an ASGI app. I'm mostly using Unix sockets so I have been looking into #97 for a bit and reading the code. It seems to me that the Rust
SocketHolder
class is unused since its introduction but I probably missed something.