Changeset 160 in code for trunk/bridge.go


Ignore:
Timestamp:
Mar 26, 2020, 9:27:46 PM (5 years ago)
Author:
delthas
Message:

Add downstream TOPIC support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bridge.go

    r140 r160  
    1010        }
    1111
     12        sendTopic(dc, ch)
     13
     14        // TODO: rpl_topicwhotime
     15        sendNames(dc, ch)
     16}
     17
     18func sendTopic(dc *downstreamConn, ch *upstreamChannel) {
    1219        downstreamName := dc.marshalChannel(ch.conn, ch.Name)
    1320
     
    2532                })
    2633        }
    27 
    28         // TODO: rpl_topicwhotime
    29         sendNames(dc, ch)
    3034}
    3135
Note: See TracChangeset for help on using the changeset viewer.