Skip to content
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

RemObjects Web Socket Server/Browser client in javascript #26

Open
jhvanderven opened this issue May 3, 2017 · 1 comment
Open

RemObjects Web Socket Server/Browser client in javascript #26

jhvanderven opened this issue May 3, 2017 · 1 comment

Comments

@jhvanderven
Copy link

Hi Andre,

Thanks for creating something that I think should be part of the RemObjects library. We have a client server solution using RemObjects' supertcp or superhttp. We now want to move to browser based clients, but do not want to lose the two-way communication and definitely want to avoid polling in the client.

I have been trying to get the examples to work on Delphi 10.2 but I have not succeeded in getting my target architecture to work. The Delphi client/delphi server setup works, but when I use a browser client, the first call to the server never completes. I get the expected 101 response and then the Network tab of Chrome says: CAUTION: Request is not finished yet. And that remains so forever.

Do you have an idea what could be causing this?

I am using the TROIndyHTTPWebsocketServer, because we need something derived from ROServer.

Kind regards,

Jan

@andremussche
Copy link
Owner

andremussche commented May 3, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants