Skip to content

Commit

Permalink
Issue #6556 Fix arg
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <janb@webtide.com>
  • Loading branch information
janbartel committed Jul 29, 2021
1 parent a80a379 commit 9679b0c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,7 +148,7 @@ public void initialize(SessionContext context)
try
{
_context = context;
_builder.setTranscoder(new SessionDataTranscoder(_context.getContext().getClassLoader()));
_builder.setTranscoder(new SessionDataTranscoder());
_client = _builder.build();
_client.setEnableHeartBeat(isHeartbeats());
}
Expand Down

0 comments on commit 9679b0c

Please sign in to comment.