Skip to content

There are no callback when nothing goes wrong #39

Description

@fffy2366

produce.js->line 154

this._redis.lpush(this._queueKey, content, err => {
      if (err) return this._msgCallback.emit(id, err);
    });

There are no callback when nothing goes wrong

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions