diff --git a/CSM-TCP-Router.vipb b/CSM-TCP-Router.vipb index e9a36cb..a239a3e 100644 --- a/CSM-TCP-Router.vipb +++ b/CSM-TCP-Router.vipb @@ -1,7 +1,7 @@ - + NEVSTOP_lib_CSM_TCP_Router_Example - 2025.5.0.3 + 2025.7.0.3 false src vip @@ -18,9 +18,9 @@ jki_lib_tcp_server >=5.0.0.8 - nevstop_lib_communicable_state_machine >=2025.5.28.833 - nevstop_lib_csm_api_string_arguments_support >=2025.5.27.231431 - nevstop_lib_csm_ini_static_variable_support >=2025.5.19.114210 + nevstop_lib_communicable_state_machine >=2025.7.2.110437 + nevstop_lib_csm_api_string_arguments_support >=2025.6.3.115420 + nevstop_lib_csm_ini_static_variable_support >=2025.7.2.105225 nevstop_lib_csm_massdata_parameter_support >=2024.12.31.84154 oglib_error >=4.2.0.23 oglib_time >=4.0.1.3 @@ -74,8 +74,8 @@ NEVSTOP https://github.com/NEVSTOP-LAB/CSM-TCP-Router-App - [add] #3 support massdata in TCPRouter -[fix] #13 use TCP timeout configuration in REP-REQ TCP.vi by default + [update] Use Queue API instead for monitoring global log. +[fix] Fix a bug in "TCP Safe Read.vi" diff --git a/src/CSM-TCP-Router.lvproj b/src/CSM-TCP-Router.lvproj index f9ed87e..a4a0e6e 100644 --- a/src/CSM-TCP-Router.lvproj +++ b/src/CSM-TCP-Router.lvproj @@ -31,8 +31,6 @@ - - diff --git a/src/Client Console/Client Console.vi b/src/Client Console/Client Console.vi index 5974b9f..a41b5bb 100644 Binary files a/src/Client Console/Client Console.vi and b/src/Client Console/Client Console.vi differ diff --git a/src/Server/CSM-TCP-Router(Server).vi b/src/Server/CSM-TCP-Router(Server).vi index 515d816..c83ca6d 100644 Binary files a/src/Server/CSM-TCP-Router(Server).vi and b/src/Server/CSM-TCP-Router(Server).vi differ diff --git a/src/_addons/TCP-Router/_support/TCP Safe Read.vi b/src/_addons/TCP-Router/_support/TCP Safe Read.vi index 9658750..8201e8b 100644 Binary files a/src/_addons/TCP-Router/_support/TCP Safe Read.vi and b/src/_addons/TCP-Router/_support/TCP Safe Read.vi differ