Changeset 180 in code for trunk/upstream.go
- Timestamp:
- Mar 27, 2020, 11:54:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r179 r180 146 146 } 147 147 148 // Close closes the connection. It is safe to call from any goroutine. 148 149 func (uc *upstreamConn) Close() error { 149 150 if uc.isClosed() { … … 1392 1393 } 1393 1394 1395 // SendMessage queues a new outgoing message. It is safe to call from any 1396 // goroutine. 1394 1397 func (uc *upstreamConn) SendMessage(msg *irc.Message) { 1395 1398 uc.outgoing <- msg
Note:
See TracChangeset
for help on using the changeset viewer.