telegraphy icon indicating copy to clipboard operation
telegraphy copied to clipboard

Telegraphy provides real time events for WSGI Python applications

Results 12 telegraphy issues
Sort by recently updated
recently updated
newest added

Current version does not offer any hints about sending an event to a user or a group of users. ModelEvents are fixed to model classes, not instances. In order to...

I was just glancing through your code and I noticed that your Gateway [AuthToken](https://github.com/machinalis/telegraphy/blob/db185ffdb5d9d8c7aca5b6055510d35baf669b15/telegraphy/gateway/base.py#L21) class uses a uuid3 (configured with a DNS namespace) of a timestamp. It doesn't look like...