David Botton

Results 62 comments of David Botton

If running a new set if logs, if can use the current git head. By the way I noticed now that the ID fix I made on your last ticket...

I have made a change to long polling. Using :long-poll-first :extend gives the previous behavior, long polling continues to run until the on-new-window handler is completed. :long-poll-first t will the...

I changed the default behavior back for the :long-poll-first parameter but now can specify how many requests made to browser before stopping to long-poll.

Logs: 1 Awaiting message is expected in most cases, but any more means delays in establishing the websocket to is still reasonable. In the log you sent, it is actually...

BTW, do you have issues reaching clogpower.com that is running long-polling on internet (reverse proxy running on apache)?

That helps. What I want to know is once the websocket connection is made are there still delays on that order of time. I'll try and see if I can...

If you are not using long polling are you still seeing significant delays? While clearly this is all a latency issue and worse because of the initial round trips for...

Look at https://github.com/rabbibotton/clos-contact Also see the tutorial https://www.reddit.com/r/lisp/comments/t61sib/clog_builder_tutorial_4_a_complete_database_app/ Even if you do not use the builder that should give you some ideas of how to work with clog-gui

Let me know how you are doing on that :)