nervosnetwork / tentacle

A multiplexed p2p network framework that supports custom protocols
https://docs.rs/tentacle
MIT License
54 stars 24 forks source link

feat: Remove sevice's awareness of protocol #239

Closed driftluo closed 4 years ago

driftluo commented 4 years ago
  1. Remove the service record of protocols on and off
  2. Migration of session protocol handle records to session management
  3. When the Event mode is disabled, cancel the ProtocolOpen and ProtocolClose events

Review the other #237 #238 two PRs first