Nicolas Dextraze
Nicolas Dextraze
Gave a try at fixing this in 0.2.15
Hello @aliabbasjaffri I'm not sure I understand the description of your problem. When you are connecting to a cluster, either using gossip seeds or dns discosvery, the client is always...
Yeah Greg I know. For now I only want to have the error bubble up as a start, but eventually it would be nice to have the reconnect done by...
# 0.0.25 CHANGELOG ## Breaking Changes - **client.createConnection** If calling with a TcpEndpoint ({hostname, port}) as second parameter, you need to change the hostname property to host. Also it is...
# 0.0.26 CHANGELOG ## Breaking Changes **None** ## Bugs - #20 Fixed an issue with missing Position in TypeScript definition file.
# 0.0.27 CHANGELOG ## Breaking changes **None** ## Improvements - #23 Exposed Position class so it can be used in subscribeToAllFrom
# 0.0.28 CHANGELOG ## Breaking changes **None** ## Bugs - Attempt at fixing #18 #23
# 0.0.29 CHANGELOG ## Bugs - #24 Package 0.0.28 was broken, missing files in lib folder
# 0.0.30 CHANGELOG ## Bugs - #27 Fixed a bug in the tcpConnection that was blocking sending of packet > 64kb.
# 0.0.31 CHANGELOG ## Improvements #30 Set return type for PersistentSubscriptionSettings.create() so it doesn't break tslint validations.