Skip to content

Commit

Permalink
todo marker
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Jul 25, 2023
1 parent 283c55e commit 4bd7531
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sync3/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,13 @@ func (h *SyncLiveHandler) Accumulate(p *pubsub.V2Accumulate) {
func (h *SyncLiveHandler) OnTransactionID(p *pubsub.V2TransactionID) {
_, task := internal.StartTask(context.Background(), "TransactionID")
defer task.End()
// TODO implement me

// There is some event E for which we now have a transaction ID, or else now know
// that we will never get a transaction ID. In either case, tell the sender's
// connections to unblock that event in the transaction ID waiter.

// TODO implement me. Something like
// h.ConnMap.ClearUpdateQueues(p.UserID, p.RoomID, p.NID)
}

// Called from the v2 poller, implements V2DataReceiver
Expand Down

0 comments on commit 4bd7531

Please sign in to comment.