Switchbot and Wio Terminal

When…
BLERemoteService* pRemoteService = pClient->getService(serviceUUID);
The Wio gets stuck.

I think that something similar happens here: https://github.com/nkolban/esp32-snippets/issues/874

07:10:32.943 -> found SwitchBot
07:10:44.964 -> Press Swichtbot
07:10:44.964 -> start connectAndSendCommand
07:10:47.127 -> connected

Then this happens…

BLERemoteService* pRemoteService = pClient->getService(serviceUUID);

…and total death. No more Serial.print(“hello?”);

Maybe is an issue with the libraries? I am using Seeed_Arduino_rpcUnified-master and Seeed_Arduino_rpcBLE-master

Thank you!