Skip to content

Releases: gitagogaming/Websockets---TouchPortal

v1.0.8

01 Aug 04:05

Choose a tag to compare

  • 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

11 Apr 14:32

Choose a tag to compare

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

02 Aug 17:54

Choose a tag to compare

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.

31 Jul 15:21
c0da69f

Choose a tag to compare

v1.0.5

Add files via upload

Add Auto Connect

31 Jul 00:05

Choose a tag to compare

There is now an option to auto connect to a websocket when TouchPortal loads.

You will find this option inside of the plugin settings.
image

Websockets Cross-Platform release

27 Jul 23:01

Choose a tag to compare

Updated release to support macOS & Linux systems

Windows users do not need to update

V1.0.2

20 Jul 13:44

Choose a tag to compare

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

20 Jul 00:09
125b8bf

Choose a tag to compare

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

17 Jul 04:18
9ab5a47

Choose a tag to compare

websockets_logo

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!

Example Action

image