Devashish Dixit
Devashish Dixit
Closing this issue
Hi. Thanks for creating this issue. Can you explain your use case that requires custom upgrade handling?
Hi @dullbananas, this feature will be added to rexie. But, I'm not sure of timeline yet. In the meantime, you can try using [`idb`](https://crates.io/crates/idb) crate which offers similar functionality with...
> I know this is a roadmapped feature but how are people handling this at the moment until v0.5? You can use `idb` crate if you want to customise the...
I agree that this should be mentioned in the documentation. Will you be willing to create a PR for this?
If the promise returned by the `fetch` call is pending until first message is received, there's very little we can do here. I'll look into it over the weekend.
Also, in the code that you published, you need to register a `Waker` when you return `Poll::Pending` so that your async runtime can start polling that future once it is...
Closing this issue
Hi. Thanks for creating this PR. I haven't reviewed the changes in detail, but on the surface, they look good. Can you mark this as `Ready for review`?
> @devashishdxt could you please look into this and see if it can be merged? We have a fork of this in [Wire](https://github.com/wireapp) and would like to get rid of...