holePunchAttempt method

  1. @override
void holePunchAttempt(
  1. PeerId peerId
)
override

Called when a hole punch attempt is made

Implementation

@override
void holePunchAttempt(PeerId peerId) {
  if (!_enabled) return;
  _log.fine('Attempting hole punch with $peerId');
}