Skip to content

Upgraded libwebsockets from 3.1.0 to 3.2.3.#144

Open
jasonmnemonic wants to merge 1 commit into
kclyu:masterfrom
jasonmnemonic:feature/libwebsockets-upgrade
Open

Upgraded libwebsockets from 3.1.0 to 3.2.3.#144
jasonmnemonic wants to merge 1 commit into
kclyu:masterfrom
jasonmnemonic:feature/libwebsockets-upgrade

Conversation

@jasonmnemonic

Copy link
Copy Markdown
  • There were issues with WSInstanceContainer::sockid_ (file descriptors FD) sometimes and randomly not cleared by LWS_CALLBACK_CLOSED. This can cause quick and random connect and disconnect and server does not accept connections anymore because of existing FD.

 * There were issues with WSInstanceContainer::sockid_ (file descriptors FD) sometimes and randomly not cleared by LWS_CALLBACK_CLOSED. This can cause quick and random connect and disconnect and server does not accept connections anymore because of existing FD.
@jasonmnemonic

jasonmnemonic commented Oct 29, 2024

Copy link
Copy Markdown
Author

This is related to #134

After patching #134 then you will start to sometimes see this issue. Patching libwebsockets seem to make this more stable.

So patch #134 then patch this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant