Hi,
I have a question about Combu and how is it initialize on Unity
Here is my case :
When the scene starts and no internet connection available, combu failed to Init.
But when Internet is again available, Combu doesn't reinit automaticaly.
There is a way to make combu reinit automaticaly ? If no, perhaps it can be a new feature for Combu =)
Thank you for your answer
Re-try after failed initialization is still not feature but as I said right few days ago at here I will implement it for the next update (ETA in one or two weeks hopefully) 😉
I'm thinking to add in CombuManager new properties (names may change) AutoConnectOnStart, ReconnectAfterSeconds and a new method Connect (called automatically if AutoConnectOnStart and during auto-retry if ReconnectAfterSeconds has a positive value) that you can also use "manually" if you set ReconnectAfterSeconds <= 0 to implement your own way of handling the connection and reconnection after failed connection.
FRANCESCO CROCETTI @ SKARED CREATIONS
Ok great ! thank you for the support !