I'm using Golang GATT package by PayPal and editing its example file explorer.go to connect multiple peripherals at a time. The issue I'm facing is if I try to connect two peripherals at a time , sometimes it connect to both and sometimes it connect to only one. However if I turn on both peripherals one by one, both are connected successfully.
Can you help where may be the issue ?