Changeset 179 in code for trunk/downstream.go


Ignore:
Timestamp:
Mar 27, 2020, 11:51:58 PM (5 years ago)
Author:
contact
Message:

Introduce eventUpstreamDisconnected

This allows us to perform cleanup actions in the user goroutine. This
removes the need for pendingLISTsLock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r177 r179  
    10811081                // TODO: support ELIST when supported by all upstreams
    10821082
    1083                 dc.user.pendingLISTsLock.Lock()
    1084                 defer dc.user.pendingLISTsLock.Unlock()
    1085 
    10861083                pl := pendingLIST{
    10871084                        downstreamID:    dc.id,
Note: See TracChangeset for help on using the changeset viewer.