Telepathy icon indicating copy to clipboard operation
Telepathy copied to clipboard

Code Example Out of date

Open knarfel opened this issue 3 years ago • 2 comments

Hi,

The example for this framework is obselete. Since server-side MaxMessageSize = 16 * 1024, it would be good idea to modify client to have default value on his parameter to 16 * 1024.

Also Telepathy.logger isn't existing anymore or at least name has changed.

Overall very good job guys!

knarfel avatar Nov 09 '22 16:11 knarfel

I'd like have speak with the developper of this beautiful project. I read most of the code and I would like some information about some implementation and probably some clue because I'll need to make few personal implementation to this project except if it's already implemented and just not well understood by myself.

Because Server.OnData call server.Send(connectionId, data). My believing is that the server reply the exact same data received from one socket to the same socket which is not revelant from my point of view but maybe Im misunderstanding this action/event.

I'd like to implemente SendAll(data) event to refresh some data to all the client or to some kind of client.

knarfel avatar Nov 10 '22 17:11 knarfel

@miwarnec Please update the ReadMe

MrGadget1024 avatar Jul 03 '24 14:07 MrGadget1024