Projection problem

Hey

I am having problems with my subscription. Unfortunately I cannot reproduce it with command line alone but I can share the code. The repo is here on github:

https://github.com/SzymonPobiega/NServiceBus.EventStore/tree/develop

If you run EventSourcedSendAndReceiveTests test against the competing branch, after writing event number 5 the comp2_es_router projection throws an exception (but does not transition to faulted state). The projection is working (I can debug it and see it processes events) but nothing more gets emitted from it.

Szymon

Forget it. I was writing to the stream that the projection was emitting to. Anyway, a more descriptive error would be cool;)

Szymon

It normally gives an error that likely a projection has been written to by something else are you not getting that?

No, not this time.

are you built from source or binary dist?