Hans Ole Rafaelsen
Hans Ole Rafaelsen
I have had similar problems with Ocsigen, reported in: https://github.com/ocsigen/ocsigen-start/issues/658 https://github.com/ocsigen/eliom/issues/569 Ocsigen seems to be using cohttp version 2.5.6 I tried read through the changelog of cohttp but I was...
I ran into the same problem. If I close the websocket from the server, it seems to work fine. But if I open a websocket, and then move away from...
The read trick only works when the lost connection get signaled by the OS. If the server is running on a remote node and the net between them goes down,...
The following change to gluten prevents it from going into the loop. [gluten_lwt.ml.diff.txt](https://github.com/aantron/dream/files/13742728/gluten_lwt.ml.diff.txt) It's probably not the best or the correct way, and it should probably not "lie", notifying that...
I have tried to experiment a little more to get a better understanding about memory consumption in the Ocsigen stack. But I'm getting more confused. I have a small test...