[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Web Socket disconnect behaviour
From: |
José Bollo |
Subject: |
Re: [libmicrohttpd] Web Socket disconnect behaviour |
Date: |
Thu, 11 Oct 2018 09:22:14 +0200 |
On Mon, 8 Oct 2018 23:41:02 -0300
silvioprog <address@hidden> 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 LMHD for websocket-ing. I point you a central file that may
help (or not -hope to not confuse you-).
https://git.automotivelinux.org/src/app-framework-binder/tree/src/afb-websock.c
Best regards
José Bollo
> Thank you!
>
> On Wed, Sep 5, 2018 at 11:56 AM Christian Grothoff
> <address@hidden> wrote:
> [...]
>
> > You need to initiate another HTTP request from the client, again do
> > the upgrade and then handle resumption within your application
> > protocol.
> >
> > Happy hacking!
> >
> > Christian
> >
>