Skip to content

There are no callback when nothing goes wrong #39

@fffy2366

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions