Skip to content

Commit

Permalink
Merge remote-tracking branch 'XChange-rizer-public-fork/okx_implement…
Browse files Browse the repository at this point in the history
…_channel_inactive_listener' into okx_implement_channel_inactive_listener

# Conflicts:
#	xchange-stream-okex/src/main/java/info/bitrich/xchangestream/okex/OkexStreamingService.java
  • Loading branch information
rizer1980 committed Apr 4, 2023
2 parents 159fbc9 + 97ab4d1 commit b0f012b
Showing 1 changed file with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@
import io.reactivex.CompletableSource;
import io.reactivex.Observable;
import io.reactivex.disposables.Disposable;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.util.Base64;
import java.util.Collections;
import java.util.concurrent.TimeUnit;
import javax.crypto.Mac;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
import org.knowm.xchange.ExchangeSpecification;
import org.knowm.xchange.exceptions.ExchangeException;
import org.knowm.xchange.exceptions.NotYetImplementedForExchangeException;
Expand All @@ -30,6 +20,17 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import javax.crypto.Mac;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.util.Base64;
import java.util.Collections;
import java.util.concurrent.TimeUnit;

public class OkexStreamingService extends JsonNettyStreamingService {

private static final Logger LOG = LoggerFactory.getLogger(OkexStreamingService.class);
Expand Down

0 comments on commit b0f012b

Please sign in to comment.