Potter Dai

Results 12 comments of Potter Dai

Problem solved! Thank you very much! @YurkoHoshko

@Angarsk8 @seanpowell You guys should check @YurkoHoshko 's repo https://github.com/YurkoHoshko/ElixirSublime I downloaded it and replace all the files in my ElixirSublime folder, then it works

@rogeralsing Do we have router in cluster/remote?

@otherview Hi, thank you for asking! = ) I think you should just add NotInfluenceReceiveTimeout function to that message type, and should be OK. Since NotInfluenceReceiveTimeout is an interface, as...

@otherview Hmm, I think you are right! Sorry that I mislead you in previous post! This feature is not supported in Cluster it seems. This is going to be tricky...

@otherview hmmm this is going to need some change. For now I came to the same path like you ``` message GrainRequest { int32 request_type = 1; int32 method_index =...

I think you are right. This is a real problem, a terminated endpoint-watcher will never be restarted even if the endpoint itself restarts, nor will it be removed from the...

It seems in dotnet version the problem has been solved, please check: https://github.com/AsynkronIT/protoactor-dotnet/pull/302

@alex023 Hmmm...now I understand. **Watcher(@_NodeA_)** cannot watch both **Watchee1(@_NodeB_)**, **Watchee2(@_NodeB_)**, since at **EndpointNodeB(@_NodeA_)**, it has only one watching spot for **Watcher(@_NodeA_)**. Am I right?

@melaurent Hi, really sorry for my late reply. I was very busy with other stuffs. I think it's currently by design that if a parent fail and restart, all children...