Skip to content

Commit

Permalink
Update GlobalTransactionScanner.java
Browse files Browse the repository at this point in the history
  • Loading branch information
renliangyu857 committed Nov 27, 2022
1 parent 648eeeb commit 9f569ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private void registerSpringShutdownHook() {
((ConfigurableApplicationContext) applicationContext).registerShutdownHook();
ShutdownHook.removeRuntimeShutdownHook();
}
ShutdownHook.getInstance().addDisposable(TmNettyRemotingClient.getInstance(applicationId, txServiceGroup,accessKey,secretKey));
ShutdownHook.getInstance().addDisposable(TmNettyRemotingClient.getInstance(applicationId, txServiceGroup, accessKey, secretKey));
ShutdownHook.getInstance().addDisposable(RmNettyRemotingClient.getInstance(applicationId, txServiceGroup));
}

Expand Down

0 comments on commit 9f569ae

Please sign in to comment.