* invalid config type provided
examples/persistence/bolt/main.go: invalid config type provided
* fixed ErrReceiveMaximum(receive maximum exceeded)
No quotas of the inflight is set in the readStore method, so each quota is equal to 0. The inheritClientSession method overrides the quotas of the new client inflight, so the processPublish method reports an ErrReceiveMaximum and disconnects the client.
* reset receive quota
receive quota should be reset across connections (as specified in the spec).