-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: LS-Instruments/WebSocket-Actor
base: feature/tls_support
head repository: LS-Instruments/WebSocket-Actor
compare: master
- 15 commits
- 143 files changed
- 2 contributors
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b7d496 - Browse repository at this point
Copy the full SHA 4b7d496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72caf66 - Browse repository at this point
Copy the full SHA 72caf66View commit details
Commits on Nov 11, 2024
-
Implemented Error Generation, Reporting, and Handling see #8
*Define custom error codes *generate errors and propagate them to the subscribers (client or server) *The client subscriber must override the "Handle Last Ack Core" method and from that extract the error of the client shutting down *The subscriber of the server must override the "Handle Error" method to catch the specific errors* * If an unknown error leads to an invalid Listener reference the server will now shutdown, because it would then kill possibly working connections to clients, but it will stop accepting definitions of new services by throwing a specific error
Configuration menu - View commit details
-
Copy full SHA for a1844f8 - Browse repository at this point
Copy the full SHA a1844f8View commit details -
Further work on error handling #8, now the client subscriber will be …
…notified of errors and will need to override the method Handle Error to catch them. Updated license and release notes
Configuration menu - View commit details
-
Copy full SHA for 4b8d9c8 - Browse repository at this point
Copy the full SHA 4b8d9c8View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb073d8 - Browse repository at this point
Copy the full SHA cb073d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for af5ef10 - Browse repository at this point
Copy the full SHA af5ef10View commit details
Commits on Nov 13, 2024
-
More work on Error Generation #8
* The errors generated by the WebSocket Server are now reported to the subscriber and not to the caller, hence they will not even pass through the Server Manager if used * Added custom errors generated by the Start Server, Stop Server, Add Service WebSocket Server methods * improved documentation
Configuration menu - View commit details
-
Copy full SHA for af97514 - Browse repository at this point
Copy the full SHA af97514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0d7f8 - Browse repository at this point
Copy the full SHA 8d0d7f8View commit details
Commits on Nov 14, 2024
-
Some minor work on error handling and generation #8
* we now report the Server URI or the Service Name in the error source when we have problems launching/stopping a server or adding a service
Configuration menu - View commit details
-
Copy full SHA for 4490da0 - Browse repository at this point
Copy the full SHA 4490da0View commit details
Commits on Nov 24, 2024
-
Improved Function's Palette, harmonized actors icons
Better structure for the function's palette, to improve readability of the palette all the actors now have the same icon color
Configuration menu - View commit details
-
Copy full SHA for e6c67d3 - Browse repository at this point
Copy the full SHA e6c67d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43157ac - Browse repository at this point
Copy the full SHA 43157acView commit details
Commits on Nov 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f4d006 - Browse repository at this point
Copy the full SHA 0f4d006View commit details
Commits on May 16, 2025
-
Error forwaring from WebSocket server to subscriber bugfix
* Solved a bug whereby the WebSocket Server actor, upon handling an error, forwards it to the subscriber but doesnt clear it resulting in an endless lopp in the "Actor Core.vi" (Closes #9)
Configuration menu - View commit details
-
Copy full SHA for f3cea39 - Browse repository at this point
Copy the full SHA f3cea39View commit details
Commits on Sep 29, 2025
-
FInal fix for WebSoket Client error forwarding (#9)
* Client Error forwarding bug fixed and tested (Closes #9) * VIPM package built
Configuration menu - View commit details
-
Copy full SHA for 2729046 - Browse repository at this point
Copy the full SHA 2729046View commit details
Commits on Dec 18, 2025
-
Update README with installation and contribution details
Added VIPM package installation instructions and contributing guidelines.
Configuration menu - View commit details
-
Copy full SHA for 8232e15 - Browse repository at this point
Copy the full SHA 8232e15View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff feature/tls_support...master