Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Errors are ignored when NewServer #29

@hori-ryota

Description

@hori-ryota

Errors are ignored in func NewStreamServer(opt Option) *StreamServer .

	ss.pubsub.Subscribe(func(payload event.Payload) {
		ss.payloads <- payload
	})

If fix this, the public method will be changed.

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