Sergen Pekşen
Sergen Pekşen
Using converters with request handlers seems to be another problem. I used the simple test case and rewritten something like this to reproduce the issue: ```py import asyncio import pydantic...
Ah, I see. I found this workaround for now: `pip cache purge; hatch env prune; hatch shell` but it isn't pretty. Makes me redownload all the dependencies. Another alternative I...
Alright, I'll just use this untill workspaces: `pip cache remove *-0.0.1*; hatch env prune; hatch shell` when I make any chances to local dependencies that my package depends on. @ofek...
> @speksen-kb01 yes, at the moment the network I/O in Granian doesn't allow to be _notified_ when connection gets closed prematurely by clients. In fact, network I/O in Granian today...
I don't really know the intricacies of the granian project, so I dont know if this could help but I'd like to also add that hyper seems to drop the...