protoactor-go icon indicating copy to clipboard operation
protoactor-go copied to clipboard

Port Gracefully Left

Open rogeralsing opened this issue 2 years ago • 1 comments

https://github.com/asynkron/protoactor-dotnet/blob/dev/src/Proto.Cluster/Gossip/Gossiper.cs#L167

rogeralsing avatar Apr 15 '22 19:04 rogeralsing

Hi @rogeralsing, I'm trying to contribute to this issue but I'm facing some issues in building the project. The below are the errors.

make build github.com/asynkron/protoactor-go/persistence/protocb persistence/protocb/provider.go:21:10: undefined: cbState make: *** [build] Error 2

After some research found that, cbState struct was commented out recently and that causes the build failures.

Sorry If I'm wrong, It's the first time I'm trying to build the protractor-go.Can you help me? Did I miss anything necessary steps while building?

ksankeerth avatar Apr 17 '22 04:04 ksankeerth