Closed Astra-RX closed 4 years ago
In my situation, I need to temporarily close the connection and reconnect on the user's action. But native close() is protected and I don't find a method to reconnect a closed connection except for the built-in auto reconnecting.
close()
@Artoria-0x04
close?
Thank you @hoanglam10499. Closed.
Thanks, I haven't noticed that and temporarily reject the async getSocketUrl instead.
getSocketUrl
In my situation, I need to temporarily close the connection and reconnect on the user's action. But native
close()
is protected and I don't find a method to reconnect a closed connection except for the built-in auto reconnecting.