added debug check when error sending message
This commit is contained in:
parent
b16ad58d16
commit
0783fd64d0
@ -223,8 +223,10 @@ public class RedisController extends BinaryJedisPubSub implements Runnable {
|
||||
j.publish(channel.getBytes(StandardCharsets.UTF_8), message);
|
||||
} catch (Exception e) {
|
||||
System.out.println("Error sending redis message!");
|
||||
if (debugMode) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user