Skip to content

Commit 4f8c7c0

Browse files
committed
RDBC-442 NodeSelector bug
1 parent 8a5844d commit 4f8c7c0

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)