Marc Hägele

Results 8 comments of Marc Hägele

Have the exact same problem. Auth works, and when I call some doRpcCall then it throws timeout exception. But it throws directly, no waittime or something. On the state I...

same problem here

A lot of people have the same issue (me included), project maybe not continued anymore? as ex3ndr does not respond since a lot of time.

I think it would be the wise way. Only problem I got is, I am not a Java developer. I am using it as a .NET Library ("converted" JAR, packed...

And the response from Server, is there some more detailed information about the erroneous request? (debugging info..?)

You are sure it is? Because to me it does not really take much time to throw the "Timeout". It seems to me like the server deny the request directly,...

Ok! Hope you will put something here if you found some details about it :)

I have the same problem currently. What I have done so far: At Actor level: private readonly IServiceScopeFactory _serviceScopeFactory; At function level of the Actor: ` using (IServiceScope scope =...