XenForo WebSocket

XenForo WebSocket 2.1.4

Sem autorização para baixar
  • Criador do tópico Criador do tópico axtona
  • Data de início Data de início
Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
Associado
28/06/2020
Mensagens
4.532
Pontuação de reações
1.420
Credits
$12.499
obrigado ao membro querido @jessysubmeteu um novo recurso: XenForo WebSockets-Este adendo elimina a necessidade de atualizar a página para ver novos conteúdos ou mudanças.
Este adendo elimina a necessidade de atualizar a página para ver conteúdo novo ou mudanças. Ele serve como a base que fornece uma maneira conveniente de trabalhar com o protocolo WebSockets no XenForo.

Leia mais sobre este adendo emour documentation.
Visualizar anexo 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...
 
Top