Miglioramento: coda WebSocket e servizio Linux#27
Open
sergiocntr wants to merge 1 commit into
Open
Conversation
- Risolta race condition nel server.js accodando le richieste e gestendo gli eventi onmessage singolarmente. - Creato file systemd per avvio automatico su ambienti Linux/Raspberry. - Aggiornati README ed istruzioni.
Owner
|
Attio intervento, grazie !
Il giorno sab 25 apr 2026 alle ore 16:20 sergio contro <
***@***.***> ha scritto:
… Ciao! Ho dato un'occhiata al tuo interessantissimo REST server per Tuya.
Ho fatto una piccolissima pull request ... Contiene un piccolo fix per
mettere in sicurezza con una coda le risposte WebSocket del server Node, ed
evitare possibili collisioni.
In più ti ho aggiunto anche il servizio systemd per chi vuole farlo girare
h24 su linux/raspberry.
Spero che ti sia utile!
Sergio.
-
Risolta race condition nel server.js accodando le richieste e gestendo
gli eventi onmessage singolarmente.
-
Creato file systemd per avvio automatico su ambienti Linux/Raspberry.
-
Aggiornati README ed istruzioni.
------------------------------
You can view, comment on, or merge this pull request online at:
#27
Commit Summary
- 564c6a2
<564c6a2>
Miglioramento: coda WebSocket e servizio Linux
File Changes
(4 files <https://github.com/msillano/IoTwebUI/pull/27/files>)
- *M* RESTserver/LEGGIMI.md
<https://github.com/msillano/IoTwebUI/pull/27/files#diff-6d097c73d9d21158c0a8cef90fb653c58b9590bb1fd2b8f4894f8e3208a62f23>
(1)
- *M* RESTserver/README.md
<https://github.com/msillano/IoTwebUI/pull/27/files#diff-40b5bf1b9f870eb7b196ac753a62aa79b4579b8a3147f516110198146a768db6>
(1)
- *A* RESTserver/iotwebui.service
<https://github.com/msillano/IoTwebUI/pull/27/files#diff-71e693ef6692747a40c2662098cdabde41c55d2f0b2a8bd6771c672a23250704>
(15)
- *M* RESTserver/server.js
<https://github.com/msillano/IoTwebUI/pull/27/files#diff-86447a3e426e18057a20b8f7ec7a9e248ce5fb5d2ad4ebe687eca04624a0274c>
(34)
Patch Links:
- https://github.com/msillano/IoTwebUI/pull/27.patch
- https://github.com/msillano/IoTwebUI/pull/27.diff
—
Reply to this email directly, view it on GitHub
<#27>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGJKXUOOBE3YRVVCB72A6LL4XTCTLAVCNFSM6AAAAACYGGFQL2VHI2DSMVQWIX3LMV43ASLTON2WKOZUGMZDQMZUGI4TKNI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AGJKXUJJ2PEENDNR7V4GX4D4XTCTLA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTKOBTGY3DSOBSHGTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVJTG633UMVZF62LPOM>
and Android
<https://github.com/notifications/mobile/android/AGJKXULR6V7XI62CPGXL54T4XTCTLA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTKOBTGY3DSOBSHGTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVZTG633UMVZF6YLOMRZG62LE>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Owner
|
Ottimo intervento, grazie! Spero che troverai divertente usare IoTwebUI!
Attualmente sto aggiornando le definizioni BNF, e gli addon ad esse legati,
per adeguarli alla sintassi attuale delle scene Tuya! In prospettiva alcune
applicazioni 'verticali' con la AI. Cordialmente m. s.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ciao! Ho dato un'occhiata al tuo interessantissimo REST server per Tuya. Ho fatto una piccolissima pull request ... Contiene un piccolo fix per mettere in sicurezza con una coda le risposte WebSocket del server Node, ed evitare possibili collisioni.
In più ti ho aggiunto anche il servizio systemd per chi vuole farlo girare h24 su linux/raspberry.
Spero che ti sia utile!
Sergio.
Risolta race condition nel server.js accodando le richieste e gestendo gli eventi onmessage singolarmente.
Creato file systemd per avvio automatico su ambienti Linux/Raspberry.
Aggiornati README ed istruzioni.