Changeset 453 in code for trunk


Ignore:
Timestamp:
Feb 10, 2021, 12:50:10 PM (4 years ago)
Author:
contact
Message:

Use sendTargetBacklog when re-attaching a channel

No need to attempt to send backlog for all targets in the network.
We're only interested in a single channel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user.go

    r451 r453  
    227227                }
    228228
    229                 if _, ok := net.delivered[ch.Name]; ok {
    230                         dc.sendNetworkBacklog(net)
    231                 }
     229                dc.sendTargetBacklog(net, ch.Name)
    232230        })
    233231}
Note: See TracChangeset for help on using the changeset viewer.