andremussche / DelphiWebsockets

Websockets and Socket.io for Delphi
251 stars 129 forks source link

Server to Client - Message #15

Open GigaSerial opened 8 years ago

GigaSerial commented 8 years ago

Hi, i have one problem, i make simple project and i send message from HTML page to Server and Server to HTML, all without problem. Now i send message to Server from Desktop, but when i send message from Server to Desktop i not received this.

Aleread i try use ReadLn but not receive nothing.

andremussche commented 8 years ago

What do you mean with "desktop"? A delphi client or a webbrowser? Webbrowser use a newer version of websockets (and my library only an older protocol version)

2016-12-01 18:35 GMT+01:00 GigaSerial notifications@github.com:

Hi, i have one problem, i make simple project and i send message from HTML page to Server and Server to HTML, all without problem. Now i send message to Server from Desktop, but when i send message from Server to Desktop i not received this.

Aleread i try use ReadLn but not receive nothing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andremussche/DelphiWebsockets/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/AC5Iju6fY-__NxjNRqFn-SxtJWEXwy5oks5rDwVjgaJpZM4LBrW1 .

GigaSerial commented 8 years ago

Delphi client, a simple form with memo.lines.add(client.IOHandler.Readln);

nkaku commented 7 years ago

Hey Andre, any plans of upgrading to new version?