cross_connectivity
cross_connectivity copied to clipboard
Potential stack overflow
looking at your code before switching to your plugin I stumbled upon this function:
for my understanding it will recursively call itself after the delay without any end. Actually why call recursively at all and not use a loop or a Stream.periodic?