The dev branch will be merged into master very shortly for a binary release (not entirely sure what the version number will be yet, possible 3, likely 2.5 or similar, need to go through and determine whether any major changes have been made). This will
be the first binary release which supports clustering.
I’d strongly recommend using JSON config over the command lines if you’re building a service host.
Having some problems when trying out your service. If I run the EventStoreService.exe . Everything starts up just fine etc.
But all projections are just pending. And this is UNTIL I close EventStoreService.exe … Then all projections start processing etc. So seems the EventStoreService.exe is locking something for EventStore.net.
The same happens when you running it as a service. You will need to go into the task manager and kill “EventStoreService.exe” to get your projections running