bwegh / erwa

Please use https://github.com/CargoTube/cargotube or https://github.com/CargoTube/ct_erwa_api instead.
MIT License
57 stars 16 forks source link

Are wamp.session.on_leave metaevents supported? #17

Closed wcreek closed 9 years ago

wcreek commented 9 years ago

While subscribing to wamp.session.on_join and wamp.session.on_leave metaevents I do receive wamp.session.on_join events upon opening a session with awre:connect(Con, Realm) but I'm not getting any wamp.session.on_leave events upon closing the session with awre:stop_client(Con)

bwegh commented 9 years ago

They should be ... I will look into it. Thanks for reporting

wcreek commented 9 years ago

Could the reason be that erwa_session:close_session is not getting invoked?