Closed as not planned
Description
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).