bmavity / ges-client

A node.js client library for (Get) Event Store
Other
30 stars 9 forks source link

Attempting a Subscription on a Closed Connection Causes Unhandled Exception #45

Open bmavity opened 9 years ago

bmavity commented 9 years ago

Due to the way Connection state event handlers are coded, attempting to Subscribe to a closed connection will cause an unhandled exception. This will likely be resolved with #44 but didn't want to miss it.