Hey guys,
I’m probably doing this completely wrong but I’m just having a hard time getting going over here. I’ve tried this with the latest release and pre-release (on Win 8):
- Pulled down the binaries
- Ran the server (EventStoreSingleNode.exe --db ./db --log ./logs)
- Tried executing the following code: https://gist.github.com/jmarnold/9733886
If I use the default connection settings, I get an issue with the append operation (retry limit reached). If I use the connection settings supplied in the gist, I just get a message saying that “the connection was closed”.
Is there anything glaringly wrong with what I’m trying?