asphalt.wamp.events

class asphalt.wamp.events.SessionJoinEvent(source, topic, session_details)

Signals that the client has joined the WAMP realm on the router.

Variables:details (SessionDetails) – the autobahn-provided session details
class asphalt.wamp.events.SessionLeaveEvent(source, topic, close_details)

Signals that the client has left the WAMP realm on the router.

Variables:
  • reason (str) – the reason why the client left the realm
  • message (str) – the closing message