• Felix Lange's avatar
    rpc: fix connection tracking set in Server (#26180) · ae421480
    Felix Lange authored
    rpc: fix connection tracking in Server
    
    When upgrading to mapset/v2 with generics, the set element type used in
    rpc.Server had to be changed to *ServerCodec because ServerCodec is not
    'comparable'. While the distinction is technically correct, we know all
    possible ServerCodec types, and all of them are comparable. So just use
    a map instead.
    ae421480
Name
Last commit
Last update
..
testdata Loading commit data...
client.go Loading commit data...
client_example_test.go Loading commit data...
client_opt.go Loading commit data...
client_opt_test.go Loading commit data...
client_test.go Loading commit data...
constants_unix.go Loading commit data...
constants_unix_nocgo.go Loading commit data...
doc.go Loading commit data...
endpoints.go Loading commit data...
errors.go Loading commit data...
handler.go Loading commit data...
http.go Loading commit data...
http_test.go Loading commit data...
inproc.go Loading commit data...
ipc.go Loading commit data...
ipc_js.go Loading commit data...
ipc_unix.go Loading commit data...
ipc_windows.go Loading commit data...
json.go Loading commit data...
metrics.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
service.go Loading commit data...
stdio.go Loading commit data...
subscription.go Loading commit data...
subscription_test.go Loading commit data...
testservice_test.go Loading commit data...
types.go Loading commit data...
types_test.go Loading commit data...
websocket.go Loading commit data...
websocket_test.go Loading commit data...