Skip to content

Commit e6c67d3

Browse files
committed
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
1 parent 4490da0 commit e6c67d3

113 files changed

Lines changed: 400 additions & 268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

WebSocket Actor Release Notes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ v1.1.0
33
- Implemented Keepalive functionality whereby a WebSocket client/server checks if the peer is still responding ("Alive") by sending WebSockets Ping messages to the peer on a certain time interval. The peer will answer with a WebSockets Pong message. If the answer is not received within a certain amount timeout the client/server will drop the connection.
44
- Implemented secure WebSocket capabilities.
55
- Implemented custom error generation, handling and reporting
6+
- Improved the structure and usability of the function palette, now all actors have the same color icon
67
v1.0.0
78
- First public release
124 Bytes
Binary file not shown.
124 Bytes
Binary file not shown.
228 Bytes
Binary file not shown.

WebSocket Actor/WebSocket Actors.lvlib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
</Item>
4141
<Item Name="WebSocket Server" Type="Folder">
4242
<Item Name="Add Client to Service Msg.lvclass" Type="LVClass" URL="../WebSocket Server Messages/Add Client to Service Msg/Add Client to Service Msg.lvclass"/>
43+
<Item Name="Write Listener Down Msg.lvclass" Type="LVClass" URL="../WebSocket Server Messages/Write Listener Down Msg/Write Listener Down Msg.lvclass"/>
4344
<Item Name="Write listener ID Msg.lvclass" Type="LVClass" URL="../WebSocket Server Messages/Write listener ID Msg/Write listener ID Msg.lvclass"/>
4445
</Item>
4546
<Item Name="Websocket Service" Type="Folder">
4647
<Item Name="Add Client Msg.lvclass" Type="LVClass" URL="../WebSocket Service Messages/Add Client Msg/Add Client Msg.lvclass"/>
4748
<Item Name="WebSocket Service Connection Handler Msg.lvclass" Type="LVClass" URL="../WebSocket Service Messages/WebSocket Service Connection Handler Msg/WebSocket Service Connection Handler Msg.lvclass"/>
4849
</Item>
49-
<Item Name="Write Listener Down Msg.lvclass" Type="LVClass" URL="../WebSocket Server Messages/Write Listener Down Msg/Write Listener Down Msg.lvclass"/>
5050
</Item>
5151
<Item Name="Palette" Type="Folder">
5252
<Item Name="Open Examples.vi" Type="VI" URL="../WebSocket Actor Palette/Open Examples.vi"/>
1.98 KB
Binary file not shown.
0 Bytes
Binary file not shown.

WebSocket Actor/WebSocket Client/WebSocket Client.lvclass

Lines changed: 3 additions & 4 deletions
Large diffs are not rendered by default.
-24 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)