nim-libp2p/libp2p/protocols/pubsub
Jacek Sieka 83a20a992a
gossipsub: unsubscribe fixes (#569)
* gossipsub: unsubscribe fixes

* fix KeyError when updating metric of unsubscribed topic
* fix unsubscribe message not being sent to all peers causing them to
keep thinking we're still subscribed
* release memory earlier in a few places

* floodsub fix
2021-05-07 00:43:45 +02:00
..
gossipsub More gossip coverage (#553) 2021-04-22 18:51:22 +09:00
rpc mem usage cleanups for pubsub (#564) 2021-04-18 10:08:33 +02:00
floodsub.nim gossipsub: unsubscribe fixes (#569) 2021-05-07 00:43:45 +02:00
gossipsub.nim gossipsub: unsubscribe fixes (#569) 2021-05-07 00:43:45 +02:00
mcache.nim fix peer score accumulation (#541) 2021-03-09 13:22:52 +01:00
peertable.nim fix peer score accumulation (#541) 2021-03-09 13:22:52 +01:00
pubsub.nim gossipsub: unsubscribe fixes (#569) 2021-05-07 00:43:45 +02:00
pubsubpeer.nim gossipsub: unsubscribe fixes (#569) 2021-05-07 00:43:45 +02:00
timedcache.nim fix peer score accumulation (#541) 2021-03-09 13:22:52 +01:00