vlingo-net / xoom-net-actors

Type safe Actor Model toolkit for reactive concurrency and resiliency using C# and other .NET languages.
Mozilla Public License 2.0
39 stars 18 forks source link

World's ResolveDynamic should not throw when a service cannot be resolved #75

Closed tjaskula closed 4 years ago

tjaskula commented 4 years ago

World's ResolveDynamic should be consistent with Java dictionary semantics and when service cannot be resolved for various reasons it should not throw an exception but return null value.

jamesmh commented 4 years ago

I can give this a shot?

tjaskula commented 4 years ago

Hi @jamesmh. Welcome!

Yes of course, just ask if you need more details so I can throw them in.