django-ddp icon indicating copy to clipboard operation
django-ddp copied to clipboard

Add support for `Accounts.logoutOtherClients` method.

Open tysonclugg opened this issue 8 years ago • 0 comments

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.

tysonclugg avatar Sep 25 '15 15:09 tysonclugg