ShutterQuick
ShutterQuick
Sadly doing that would require adding a dependency on `Microsoft.Extensions.Logging`, where not required today.
Does the server even need to keep track of what each client has received or not? Sounds a lot simpler to use client activity as markers. Each message gets an...
@wilhelmy Yeah that makes a lot more sense. I like it.
@wilhelmy I think you're being very pessimistic. For channels implementations would probably use a playback buffer shared between the clients, so you could probably have quite deep buffers without running...
> > When resourceVersion is missing, this is normally because it's not a real object, but rather an interface to get some information from an api extension > > Does...
@sivchari Added tests now. I didn't find any sensible places to hook the tests into, so I used the log messages. I hope that's ok even if it's a bit...
> If supporting 32-bit AS numbers is an immediate requirement, it would be preferable to introduce a new API version to handle it properly. And introducing a new API version...
@tnqn Thank you for having a look at it! What you describe sounds reasonable to me. I can't think of anything better at least. I've updated the PR and rebased...
@tnqn I've rebased on main and made the changes you requested.