XenForo WebSockets

XenForo WebSockets 2.1.4

No tiene permiso para descargar
  • Iniciador del hilo Iniciador del hilo axtona
  • Fecha de inicio Fecha de inicio
Registrado
28 Jun 2020
Mensajes
4.532
Puntuación de reacciones
1.420
Credits
$12.499
gracias a mi miembro querido @jessysubmitted un recurso nuevo: XenForo WebSockets-Este complemento elimina la necesidad de refrescar la página para ver contenido nuevo o cambios.
Este add-on elimina la necesidad de refrescar la página para ver el nuevo contenido o cambios. Sirve como la base que proporciona una manera conveniente de trabajar con el protocolo WebSocket en XenForo.

Lee más sobre este add-on enour documentation.
Ver adjunto 49791
Read more about this resource...
 
thanks to dear member @jessy updated [021] XenForo WebSockets with a new update entry:

changelog

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...

Read the rest of this update entry...
 
thanks to dear member @jessy updated [021] XenForo WebSockets with a new update entry:

changelog

The getWebsocketsPromise method has been introduced, which allows you to execute code after the XF.Echo and XF.EchoManager objects are ready to work. This method should improve the stability of add-ons based on XenForo WebSockets.

Support for the Keep Alive XenForo system that updates the CSRF token when a tab is restored in browsers on mobile devices. This will get rid of such errors: Cookie Required To Use This Site, Security Error.

Read the rest of this update entry...
 
Superior