You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Copy file name to clipboardExpand all lines: WebSocket Actor Release Notes.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
WebSocket Actor Release Notes
2
+
v1.1.1
3
+
- 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)
2
4
v1.1.0
3
5
- 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.
<Release_Notes>- 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.
- Implemented error generation, hanlding and reporting
62
-
63
-
- Improved palette structure</Release_Notes>
57
+
<Release_Notes>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)
58
+
</Release_Notes>
64
59
</Description>
65
60
<Destinations>
66
61
<Toolkit_VIs>
@@ -385,7 +380,7 @@ Look at the LabVIEW example folder for a comprehensive set of examples.
385
380
<Path>WebSocket Actor\WebSocket Actor Palette\Open Examples.vi</Path>
386
381
<VI_Title/>
387
382
</Items_Data>
388
-
<GUID>612935DA313E87BEAF1B4581EE69F63A</GUID>
383
+
<GUID>E0B345DA00E2CBD3B89876BC08AD7C74</GUID>
389
384
</Functions_Palette_Data>
390
385
<Functions_Palette_Data>
391
386
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -434,7 +429,7 @@ Look at the LabVIEW example folder for a comprehensive set of examples.
434
429
<Path>WebSocket Actor\WebSocket Actor Palette\WebSocket Server-Service Enqueuer Msg.vi</Path>
435
430
<VI_Title/>
436
431
</Items_Data>
437
-
<GUID>D45CA22971EF87C873E4A5FDF8F0B4EF</GUID>
432
+
<GUID>C6FA4BC00B967F23A0AE1717305E6336</GUID>
438
433
</Functions_Palette_Data>
439
434
<Functions_Palette_Data>
440
435
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -511,7 +506,7 @@ Look at the LabVIEW example folder for a comprehensive set of examples.
511
506
<Path>WebSocket Actor\WebSocket Actor Palette\WebSocket Service.vi</Path>
512
507
<VI_Title/>
513
508
</Items_Data>
514
-
<GUID>42E223623DE12B6C20D36521DCD8502A</GUID>
509
+
<GUID>ACA3D7E040723CDD154F5367078260F8</GUID>
515
510
</Functions_Palette_Data>
516
511
<Functions_Palette_Data>
517
512
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -560,7 +555,7 @@ Look at the LabVIEW example folder for a comprehensive set of examples.
560
555
<Path>WebSocket Actor\WebSocket Server Manager Messages\Stop Server Msg\Send Stop Server.vi</Path>
561
556
<VI_Title/>
562
557
</Items_Data>
563
-
<GUID>CC86FA4FA3ED744BD85C78AA33B8AF2E</GUID>
558
+
<GUID>07424C475AB84371B5D559958025859B</GUID>
564
559
</Functions_Palette_Data>
565
560
<Functions_Palette_Data>
566
561
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -595,7 +590,7 @@ Look at the LabVIEW example folder for a comprehensive set of examples.
595
590
<Path>WebSocket Actor\WebSocket Server Messages\Add Service Msg\Send Add Service.vi</Path>
596
591
<VI_Title/>
597
592
</Items_Data>
598
-
<GUID>549D0AAB1B981810C63546210895DD54</GUID>
593
+
<GUID>41E16F2032A82A5557F527FB00175CB1</GUID>
599
594
</Functions_Palette_Data>
600
595
<Functions_Palette_Data>
601
596
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -644,7 +639,7 @@ Look at the LabVIEW example folder for a comprehensive set of examples.
644
639
<Path>WebSocket Actor\WebSocket Service Messages\Send Msg\Send Send.vi</Path>
0 commit comments