jazzband / django-ddp

Django/PostgreSQL implementation of the Meteor server.
MIT License
167 stars 29 forks source link

Add support for `Accounts.logoutOtherClients` method. #13

Open tysonclugg opened 9 years ago

tysonclugg commented 9 years ago

Accounts.logoutOtherClients is not implemented. Suggest that we simple delete other dddp.models.Connection instances for the same user, dispatch async notifications for the PostgresWorker threads to kill the relevant WebSocket client threads.