Browse Source

fix not reseting channel_key on disconnect

pull/34/head
Rossen Georgiev 9 years ago
parent
commit
881a0731c3
  1. 2
      steam/core/cm.py

2
steam/core/cm.py

@ -152,7 +152,7 @@ class CMClient(EventEmitter):
def _reset_attributes(self): def _reset_attributes(self):
for name in ['connected', for name in ['connected',
'channel_secured', 'channel_secured',
'key', 'channel_key',
'channel_hmac', 'channel_hmac',
'steam_id', 'steam_id',
'session_id', 'session_id',

Loading…
Cancel
Save