-
- Downloads
Fix bug where sync could get stuck when using workers (#17438)
This is because we serialized the token wrong if the instance map contained entries from before the minimum token.
Showing
- changelog.d/17438.bugfix 1 addition, 0 deletionschangelog.d/17438.bugfix
- synapse/handlers/sliding_sync.py 9 additions, 2 deletionssynapse/handlers/sliding_sync.py
- synapse/types/__init__.py 57 additions, 8 deletionssynapse/types/__init__.py
- tests/test_types.py 71 additions, 0 deletionstests/test_types.py
Loading
Please register or sign in to comment