Changeset 681 in code for trunk/user.go
- Timestamp:
- Nov 9, 2021, 8:32:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user.go
r676 r681 406 406 downstreamConns []*downstreamConn 407 407 msgStore messageStore 408 409 // LIST commands in progress410 pendingLISTs []pendingLIST411 }412 413 type pendingLIST struct {414 downstreamID uint64415 // list of per-upstream LIST commands not yet sent or completed416 pendingCommands map[int64]*irc.Message417 408 } 418 409 … … 691 682 uc.network.conn = nil 692 683 693 uc.endPendingLISTs( true)684 uc.endPendingLISTs() 694 685 695 686 for _, entry := range uc.channels.innerMap {
Note:
See TracChangeset
for help on using the changeset viewer.