Re: [libmicrohttpd] Web Socket disconnect behaviour

2018-12-05 Thread silvioprog
Hi guys, What about to add a minimal websocket example? It really would be very useful. 🙂 Thank you! On Tue, Oct 30, 2018 at 1:02 PM silvioprog wrote: > I hope Christian/Evgeny and others agree with us too. :-) Websockets is a > very interesting subject! > > I took a look at http://websocket.o

Re: [libmicrohttpd] Web Socket disconnect behaviour

2018-10-30 Thread silvioprog
I hope Christian/Evgeny and others agree with us too. :-) Websockets is a very interesting subject! I took a look at http://websocket.org and it seems the "Echo Test " is the easiest example. I can write the client part (at least in the example comments) in a small

Re: [libmicrohttpd] Web Socket disconnect behaviour

2018-10-30 Thread José Bollo
On Tue, 30 Oct 2018 12:30:46 -0300 silvioprog wrote: > José, thanks a lot for sharing. Hi Silvio, > This example is awesome! I'm not expert in WS but it seems this > example can run without any external dependencies. I'll test it this > weekend. > > Since this code is small and clear, what do

Re: [libmicrohttpd] Web Socket disconnect behaviour

2018-10-30 Thread silvioprog
José, thanks a lot for sharing. This example is awesome! I'm not expert in WS but it seems this example can run without any external dependencies. I'll test it this weekend. Since this code is small and clear, what do you think about to make it as a official MHD WS example in the examples folder?

Re: [libmicrohttpd] Web Socket disconnect behaviour

2018-10-11 Thread José Bollo
On Mon, 8 Oct 2018 23:41:02 -0300 silvioprog wrote: > Hi dudes. > > @Christian, just for curiosity, is there any document or example > showing MHD + WS? I can't provide it since I'm not familiar with WS, > but it would be nice if someone could provide one for us. 😅 > Hello Sylvio, I'm using L

Re: [libmicrohttpd] Web Socket disconnect behaviour

2018-10-09 Thread Christian Grothoff
Sorry, but I don't have one. Maybe someone else does... On 10/09/2018 04:41 AM, silvioprog wrote: > > @Christian, just for curiosity, is there any document or example showing > MHD + WS? I can't provide it since I'm not familiar with WS, but it > would be nice if someone could provide one for us.

Re: [libmicrohttpd] Web Socket disconnect behaviour

2018-10-08 Thread silvioprog
Hi dudes. @Christian, just for curiosity, is there any document or example showing MHD + WS? I can't provide it since I'm not familiar with WS, but it would be nice if someone could provide one for us. 😅 Thank you! On Wed, Sep 5, 2018 at 11:56 AM Christian Grothoff wrote: [...] > You need to i

Re: [libmicrohttpd] Web Socket disconnect behaviour

2018-09-05 Thread Christian Grothoff
On 9/3/18 6:09 PM, Paul Topley wrote: > > This all works great, but there is one particular situation im not sure > how to handle.  When there is an unexpected disconnect in the socket > between client and server, which isnt instigated by either (lets say the > server crashes, ethernet disconnect