Open pravinbhole1 opened 3 years ago
Have you tried the pre-release version?
This issue has been addressed in latest pre-release version. Will reopen this issue if problem persists.
hub1 and hub2 are created and the method of hub1 invoked then this issue occurs.... " method could not be resolved. No method found with that name"
if the same hubs are swapped hub2 created first and hub1 after it then the same method works fine
because dependency remembers latest initialized hub only for invoke
Ok, I misunderstood your issue previously, Sorry for that.
Currently you can connect to only one Hub. Multiple Hubs not supported yet.
I'll try to solve this issue in the next stable update after 0.1.0.
when we are connecting to multiple hubs it is only remembering the recent object initialised . Instead of invoking method of first hub it is checking for the same method on recent hub.