B4J Question Compiler parsing error - Erel (first post)    Jan 17, 2021   (1 reaction) WebSocket is a type in jServer. Name your WebSocket class differently. B4J Question [Server][Solved] Stream JSON to HTTP server response - Erel (first post)    Jul 05, 2020 WebSockets is an extension to the http protocol that was designed exactly for such use cases where you want to break the request - response pattern. There is really no reason to "fight" http and make it act like a limited WebSocket. B4J Question RunFunction with browser error - jkhazraji (first post)    Dec 19, 2021 I am really confused with your answer.. See: https://www.b4x.-hello-world-web-app.39808/ Which states: “The WebSocket itself (ws in this case) allows you to call any JavaScript function and also to create JavaScript code at runtime and run it (eval / new function).” B4J Question Server - Websocket events - teddybear (first post)    Jun 20, 2024   (1 reaction) I think WebSocket is a special class from jserver, and its event name is fixed as WebSocket. we can't add the element Event to jserver.xml like other classes for hints, otherwise on IDE it looks that there will be a prefix EventName, if you want some tips, add the element Comment for this. 154756 B4J Question Jserver and Multiple log windows ? - marcick (first post)    Oct 14, 2021   (1 reaction) Now the firsts suggestions are more clear to me. Maybe a websocket is more efficient to exchange info between the two apps and involve only local network traffic. Thanks again. Share My Creation Websocket Approach to eTraining Courses and Webapp Questionnaires - William Lancee    Aug 17, 2018   (5 reactions) 'QS' (Questionnaire Sequencer), is my eLearning and questionnaire system that presents material to the client in a logic driven way. It is structured as an ordered sequence of text and media (questionnaires, quizzes, audio slide shows and video clips).
The system has had many variants in the past u Wish Remove websocket SendBinary method from B4A - agraham (first post)    Feb 06, 2022 Why not. jWebSocketClient appears to be wrap of org.eclipse.jetty.websocket.client.WebSocketClient - a standard websocket implementation. I see nothing jServer specific in the library. B4J Question Websocket, session and websocket handler class instance. - OliverA (first post)    Aug 11, 2018   (2 reactions) A server shut down/restart will clear all active and orphaned sessions. Any sessions after starting the server back up will be new sessions.
A new instances of a WebSocket will always be created if a WebSocket is closed or otherwise disconnected. A new WebSocket is not just triggered programmaticall B4J Question Websocket - Get Variable from HTML using websocket - aaronk (first post)    Dec 22, 2020 Yeah, that is what I was thinking of doing, but wasn't sure if there was a way in getting it directly. B4A Question ZeroMQ wrapping on B4A - Noffe (first post)    Apr 23, 2019 websocket is on top of HTTP, which is on top of TCP
Network failure makes a big latency (up to 20 sec or more ) before it triggers disconnec or error event
During this time, you keep sending and losing messages
Regards Page: 1   2   3   4   5   6   7   Powered by ColBERT |