Files
plugeth/rpc
Felix Lange ae42148093 rpc: fix connection tracking set in Server (#26180)
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.
2022-11-15 14:05:16 +01:00
..
2022-09-10 13:25:40 +02:00
2022-09-10 13:25:40 +02:00
2022-01-20 12:45:07 +01:00
2021-08-25 18:46:29 +02:00
2021-08-25 18:46:29 +02:00
2022-03-02 02:51:55 +01:00
2022-10-31 09:42:25 +01:00