Closed cloudsftp closed 1 year ago
I'm getting the exact same problem, see this issue from last year.
PS: I'm a newbie and therefore don't really know what's going on, just trying this stuff out.
Oh thanks, i did not dig deep enough.
Well then I'm going to try to compile it from source, since in that issue it says its already fixed on master but not released yet.
The latest release for juniper_actix
on crates.io is 2 years old.
I wanted to run the subscription example for actix, but could not compile the dependency
juniper_actix
.This is the problem:
I omitted 4 errors, but they were basically saying the same.
But when I looked into the source code, the trait
Actor
is implemented forSubscriptionActor
: https://github.com/graphql-rust/juniper/blob/a648dd727519991c2e3c762af16eac027b2acec2/juniper_actix/src/lib.rs#LL307C1-L307C58Could it be that the crate on crates.io is outdated? Or did I do something wrong?