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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    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