Skip to content

[ServiceBus] Remove duplicate _session_id references in receiver #29676

Closed as not planned
@swathipil

Description

@swathipil

In the _on_attach method, the session_id is being set in 2 places: receiver._session_id and session._session_id.

One of these should be removed (preferably session._session_id) and the other should be used to replace that reference. (i.e. in BaseSession, update self._session_id to self.receiver_session_id).

Metadata

Metadata

Labels

ClientThis issue points to a problem in the data-plane of the library.MessagingMessaging crewService Bus

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions