fanout / django-eventstream

Server-Sent Events for Django
MIT License
650 stars 85 forks source link

persistence configurability #4

Closed jkarneges closed 6 years ago

jkarneges commented 6 years ago

It would be useful to be able to configure persistence by channel or message, rather than all or nothing.

jkarneges commented 6 years ago

This is now implemented using the new ChannelManager class.