|
|
@ -128,7 +128,7 @@ public abstract class JedisPubSub { |
|
|
|
private void process(Client client) { |
|
|
|
private void process(Client client) { |
|
|
|
|
|
|
|
|
|
|
|
do { |
|
|
|
do { |
|
|
|
List<Object> reply = client.getRawObjectMultiBulkReply(); |
|
|
|
List<Object> reply = client.getUnflushedObjectMultiBulkReply(); |
|
|
|
final Object firstObj = reply.get(0); |
|
|
|
final Object firstObj = reply.get(0); |
|
|
|
if (!(firstObj instanceof byte[])) { |
|
|
|
if (!(firstObj instanceof byte[])) { |
|
|
|
throw new JedisException("Unknown message type: " + firstObj); |
|
|
|
throw new JedisException("Unknown message type: " + firstObj); |
|
|
|