Fixed GetDeterministicHashCodeAsString (use InvariantCulture) (#41)
* Akka.Remote example * ToString(CultureInfo.InvariantCulture) * .
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Akka.Actor;
|
||||
|
||||
namespace ProxyInterfaceConsumerForAkka.Interfaces
|
||||
{
|
||||
[ProxyInterfaceGenerator.Proxy(typeof(LocalActorRefProvider))]
|
||||
public partial interface ILocalActorRefProvider
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user