Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LoadAndDelete (0.05 seconds)

  1. internal/grid/connection.go

    		}
    		v, loaded := c.inStream.LoadAndDelete(muxID)
    		if loaded && v != nil {
    			gridLogIf(c.ctx, c.queueMsg(message{Op: OpDisconnectClientMux, MuxID: muxID}, nil))
    			v.close()
    		}
    	} else {
    		if debugPrint {
    			fmt.Println("deleteMux: disconnect outgoing mux", muxID)
    		}
    		v, loaded := c.outgoing.LoadAndDelete(muxID)
    		if loaded && v != nil {
    			if debugReqs {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 46.9K bytes
    - Click Count (0)
Back to Top