p2pd
p2pd copied to clipboard
TURNClient.accept_peer() raises exception
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.