[021] XenForo WebSockets

Add-ons [021] XenForo WebSockets 2.1.3

Register & Get access to index
Updated config for supervisorctl in setup helper script to properly stop soketi server processes.

For those who have already configured the soketi service on supervisorctl, it is recommended to do the following:
  • Stop soketi service supervisorctl stop soketi.your_domain.com
  • Kill all soketi server process: pkill -f soketi
  • Add the following content to the service config (usually located in one of the folders: /etc/supervisor/conf.d, /etc/supervisor.d, /usr/local/etc/supervisor.d):
  • Code:
    stopasgroup=true
    killasgroup=true
    numprocs=1
    redirect_stderr=true
    stopwaitsecs=60
    stopsignal=sigint
    minfds=10240
    • Reload supervisor: supervisorctl reload
    • The service should start automatically.
  • Like
Reactions: Napolion
  • Fixed issues with Pusher API

Installation easing update​

  • Added a bash script for manipulating the websocket server: it will install Soketi and configure the daemon for you. Read more in the updated documentation.
  • Fixed incorrect operation of the "Pusher host" option when using a separate server for run websocket server.
  • Like
Reactions: CuriousF
Back
Top Bottom