Skip to content

SocketIO connector ignores passed param, defers to global. #234

@iBotPeaches

Description

@iBotPeaches
  • Echo Version: v1.5.3
  • Laravel Version: 5.8.x
  • PHP Version: 7.2.x
  • NPM Version: v10.5.x
  • Node Version: v6.4.1

Description:

There is a global io we cannot control. Even passing proper information, we are ignored due to the order of these IF statements instead deferring to global io. I believe the correct solution if we "explicitly" pass something is to use it.

Steps To Reproduce:

  1. Have something reserved on io global.
  2. Init socket-io.
  3. Fails

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