-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP threaded poll fix #98
Conversation
Ok. Stuck again.
the key line:
is what i don't understand. I even tried explicit Is Can't look more today. If anyone wants to jump in, please. |
Glad I don't have to continue this rabbit hole 😅 |
Trying to fix #97.⚠️ : Not compiling yet.
Tried propagating
BoxStream
and the correspondingSend
requirement onK
it forced (this is reasonable because a kube object is always just raw data, no refcounts or other magic - but we might have to propagate it to k8s-openapi).I think it got almost all the way there, but now it complains at informer in
poll()
. It wantsK
to implementSync
as well, and that certainly is unreasonable. But it seems to come fromSend
being required on&K
not being satisfied, looks like in a closure?