Liang
Results
52
comments of
Liang
you maybe send too much message at a short time,so StoredMessage's Queue is full and throw exception
two methods: 1. just change MAX_MESSAGE_QUEUE's value in package io.moquette.server's Constants.java ,default value is 1024,but it may be not work well; 2. Implements ISessionsStore, ISubscriptionsStore and define your own SessionStore...