You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
Fix connection state-machine in case of close-connection message. (#106)
Bug fix: Driver could end in a situation where it receives a close-connection message during
Authentication/Identification phase. Close-connection message was wrongly ignored letting pending
operations unanwsered at call-site. If the user forced the result of an operation, it could have lead the
current thread to block indefinately. The client state-machine switched to a wrong state.
Merge branch 'fix/heartbeat' into 'master'
Respond to heartbeat request during authentication or identification phase.
See merge request YoEight/eventstore-hs!122