Andy Payne
Andy Payne
I want to share files P2P within my network and between networks over the internet. First step in the README for "local" development is to setup a Firebase account. Why...
I want to reconnect to a socket if it is closed. [So I add a connect flag to LWS_CALLBACK_CLOSED](https://github.com/physiii/smart-regulator/blob/master/code/main/plugins/protocol_token.c#L273) ``` case LWS_CALLBACK_CLOSED: //vTaskDelay(1000/portTICK_PERIOD_MS); printf("re-connecting with token protocol\n"); token_connect = true;...
I do not understand how this can be stable since you are relying on donating memory and compute? I would love to use this concept in production over AWS but...