I also met this problem.
You can use jstack -l <pid> to find out what pio does, in my case
"main"
so I think it freezes up by accident.
Then I check /proc/sys/kernel/random/entropy_avail , it is very small.
My solution is ping ping sudo ping -f 10.10.255.1 .
source share