robertsdotpm / p2pd

Asynchronous P2P networking library and service
MIT License
46 stars 2 forks source link

TURNClient.accept_peer() raises exception #20

Open mzealey opened 1 month ago

mzealey commented 1 month ago

TURNClient.accept_peer() seems to think its base class is BaseStream which has tup_to_sub() defined, however its base class is actually BaseProto which does not have this (nor likely subscribe() etc) which means that a call to accept_peer() crashes.

robertsdotpm commented 1 month ago

cheers, is fixed in the current branch but still need to finish a little more coding before its merged