p2pd icon indicating copy to clipboard operation
p2pd copied to clipboard

TURNClient.accept_peer() raises exception

Open mzealey opened this issue 6 months ago • 1 comments

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.

mzealey avatar Aug 07 '24 19:08 mzealey