Fix server-side registration to accept 'client_id' field
- Modified wssshd.py to accept both 'id' and 'client_id' fields for registration - Added fallback logic: client_id = data.get('client_id') or data.get('id') - This allows the C client to send 'client_id' while maintaining backward compatibility - Fixes the KeyError: 'id' issue when C client tries to register
Showing
Please
register
or
sign in
to comment