Wish Websocket SendText on server side

LucaMs

Expert
Licensed User
Longtime User
Websocket: it has RunFunction on server, SendText on client; why that difference?

It is true that I will probably use SendText on client the same way I use RunFunction on server, but this is not 100% sure, I might want to do it differently and therefore it may be useful/necessary to have SendText on the server as well. Can it be added (I mean by Anywhere Software, of course)?


[The main reason for this "wish" is because the client is free to call any server's routine using SendText, instead messages sent from the server via RunFunction are always received in the websocket's TextMessage event on the client]
 
Last edited:
Top