Open GigaSerial opened 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 .
Delphi client, a simple form with memo.lines.add(client.IOHandler.Readln);
Hey Andre, any plans of upgrading to new version?
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.