Skip to content

This software cannot work,  #5

@DL1CB

Description

@DL1CB

in src/index.js

 connection.onmessage(function (data) {
    store.dispatch(createMessageAction(endpoint, data))
  })

connection does not have the function onmessage

should be someting like

 connection.socket.onmessage(function (data) {
    store.dispatch(createMessageAction(endpoint, data))
 })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions