0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-08-08 21:24:46 +02:00
dendrite/roomserver/internal/input
Neil Alexander 6150de6cb3
FIFO ordering of input events (#1386)
* Initial FIFOing of roomserver inputs

* Remove EventID response from api.InputRoomEventsResponse

* Don't send back event ID unnecessarily

* Fix ordering hopefully

* Reduce copies, use buffered task channel to reduce contention on other rooms

* Fix error handling
2020-09-03 15:22:16 +01:00
..
input.go FIFO ordering of input events (#1386) 2020-09-03 15:22:16 +01:00
input_events.go FIFO ordering of input events (#1386) 2020-09-03 15:22:16 +01:00
input_latest_events.go Add Queryer and Inputer and factor out more RSAPI stuff (#1382) 2020-09-02 17:13:15 +01:00
input_membership.go Add Queryer and Inputer and factor out more RSAPI stuff (#1382) 2020-09-02 17:13:15 +01:00