libp2p/py-libp2p

Complete all Notify interface methods

Open

#137 opened on Mar 15, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (238 forks)auto 404
help wanted

Repository metrics

Stars
 (618 stars)
PR merge metrics
 (PR metrics pending)

Description

The following interface methods in Notify have not been implemented as they are not crucial to PubSub PoC.

  • disconnected
  • closed_stream
  • listen_close

They should be implemented in swarm.py however this will not be possible before #136 lands.

Contributor guide