You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
Hi,
We found that Mosca crashes when an offline message is being delivered to a client with the id containing ':'.
Steps to reproduce the problem:
The problem seems to be that in
lib/persistence/redis.js
keyRegexp /^([^:]+):([^:]+):([^:]+)$/ fails to match and throws exception.
We propose to change keyRegexp to /^([^:]+):([^:]+):(.+)/.
Is there any concern regarding to this proposal?
Thank you.
The text was updated successfully, but these errors were encountered: