Firstyear

Results 709 comments of Firstyear
trafficstars

This looks so much better, thank you!

> @Firstyear I imagine the crab logo I should be displaying the brand logo from your previous change? Yep, if you rebased and merged correctly, it should be displaying that.

Yeah, we're trying to stomp out as much js as possible, it just creates too many issues.

Yeah don't worry about it, I'm working on this PR now :)

Because it was easier to miss when it was on a larger screen.

Sorry I didn't get to look at this yet. I was planning to investigate this week but if you have a look first that would be great. Thanks!

I believe it is resolved, I need to publish a new update.

An example of this is when you have a Codec where most messages are small, but one can be a large request, that single large request can blow your buffer...

Okay, having now read the source code to BytesMut there is from my understanding no way to free capacity. This will cause a problem with long lived connections/workloads where the...

The important point here is that there is no *obvious* way to actually clear this (such as the swap solution you proposed) nor is there any warning to the codec...