Skip to content

Commit 06d78ae

Browse files
authored
Merge pull request #260 from ml054/v4.2
RDBC-442 NodeSelector bug
2 parents 6b79a81 + 4f8c7c0 commit 06d78ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/NodeSelector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class NodeSelector {
5252
}
5353

5454
const stateEtag: number = this._state.topology.etag || 0;
55-
const topologyEtag: number = this._state.topology.etag || 0;
55+
const topologyEtag: number = topology.etag || 0;
5656

5757
if (stateEtag >= topologyEtag && !forceUpdate) {
5858
return false;

0 commit comments

Comments
 (0)