dependabot[bot] on nuget
Bump MongoDB.Driver from 2.18.0… (compare)
dependabot[bot] on nuget
Bump AkkaVersion from 1.4.48 to… (compare)
dependabot[bot] on nuget
Invoke()
. so far so good. it is all working so far. i put this Invoke()
call inside a try catch block because i basically want to tell the sender if something happened to while calling the method and basically return the thrown exception as a message back to sender. but when the invoked method itself throws a TargetInvocationException
because of reasons it seems the actor just dies. and i get some disassociation messages in the log and stuff like that. it's like the try catch block inside the receive method is just not working. any hints?