Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
alkatrivedi committed Jan 22, 2025
1 parent e8354e0 commit e65c5bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .kokoro/system-test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .kokoro/trampoline_v2.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/session-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class SessionFactory
? (this.isMultiplexed = true)
: (this.isMultiplexed = false);
// Multiplexed sessions should only be created if its enabled.
console.log('mux enabled?: ', this.isMultiplexed);
if (this.isMultiplexed) {
this.multiplexedSession_.on('error', this.emit.bind(database, 'error'));
this.multiplexedSession_.createSession();
Expand Down

0 comments on commit e65c5bd

Please sign in to comment.