better diagnostics and disconnect claims pending channels
in tcpiiu::~tcpiiu
This commit is contained in:
@@ -67,3 +67,11 @@ void netSubscription::exceptionNotify ( int statusIn,
|
||||
pContextIn, typeIn, countIn );
|
||||
}
|
||||
|
||||
void netSubscription::show ( unsigned level ) const
|
||||
{
|
||||
printf ( "event subscription IO at %p, type %s, element count %lu, mask %u\n",
|
||||
this, dbf_type_to_text ( this->type ), this->count, this->mask );
|
||||
if ( level > 0u ) {
|
||||
this->baseNMIU::show ( level - 1u );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user