Skip to content

send_message on wamp_session::process_goodbye throws always #224

Description

@pratman

with:

  1. process_goodybe setting m_session_id = 0;
  2. calling send_message with parameter session_established defaulted to true
  3. condition if (session_established && !m_session_id) will always be true

this results into throwing no_session_error() that will be uncaught and crash the application

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions