-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server to Client - Message #15
Comments
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 <[email protected]>:
… 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
<#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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: