Releases: gitagogaming/Websockets---TouchPortal
Releases · gitagogaming/Websockets---TouchPortal
v1.0.8
- Fixed connection error caused by waiting for a response from the websocket server
- Fixed bug caused by disconnecting & reconnecting to a program that had an active websocket connection and may have crashed/rebooted..
- Fixed Update Notification onClick event
- Added an Automatic Plugin Updater(User will get notified of new update, if accepted plugin will automatically download and install it)
- Plugin Updater now checks for users system selected the proper download.
- Fixed Plugin Icon for Actions
- created a new class to handle all websocket communication
- moved websocket classes into their own file
Full Changelog: v1.0.7...v1.0.8
1.0.7
1.0.7 Fixes
- Resolved websocket hanging after 17+ messages sent with no response.
- Fixed issue when attempting to send a standard string to a websocket server instead of json.
Thanks to MarchinBunny & MrBadBehavior for bringing these issues to my attention.
v1.0.6
Added socketIO integration.
Removed the 'auto connect' fields in the plugin settings
replaced it with a config file location instead.. please see config example for more details
Resolved shutdown issue.
v1.0.5 Add files via upload
Add Auto Connect
Websockets Cross-Platform release
Updated release to support macOS & Linux systems
Windows users do not need to update
V1.0.2
General
- Plugin now creates websocket states upon initial attempt of connection
- Consolidated to a single internal logger
- Reduced Plugin size by 45%
V1.0.1
V1.0.1 Updates:
General
- Connections now stay connected until closed.
- You can now have more than one websocket connected at a time by specifying a unique name
- Each socket connected will have its own category created in plugin states for response & socket status
- New state showing total sockets connected
- Fixed Plugin Update Check
New Actions:
- Disconnect From Socket - Specify a socket to disconnect from
v1.0.0
TouchPortal WebSocket Plugin
This plugin allows TouchPortal to connect to a WebSocket & sending messages, as well as processing responses.
Description
By leveraging this plugin, you can extend the functionality of TouchPortal, allowing for a more interactive and customized experience.
Please let me know if there's anything else I can assist you with!


