-
App Devwrote on Apr 11, 2020, 8:42 PM last edited by girish Jun 4, 2020, 5:29 PM
Per docs at https://github.com/espocrm/documentation/blob/master/administration/websocket.md there's a bit of server-side setup to get EspoCRM web socket support working nicely (which I checked, and the current
Dockerfile
doesn't seem to address). This drives a lot of the in-app popup notifications, and would be great to have work on the Cloudron packaging out of the box. -
Got to it faster than I thought
- MR is up at https://git.cloudron.io/cloudron/espocrm-app/-/merge_requests/1
-
@jimcavoli Thanks, merged and released!
-
-
wrote on Jun 3, 2020, 2:14 PM last edited by
Hi @jimcavoli ,
I have been beating my head against the wall trying to get popup notifications in EspoCRM to appear (initially at all) now more quickly. I am using a VOIP integration and the popup should appear as soon as a call is placed or received in order to be useful. I came across your post here about websocket support and enabling websockets in the administration got the popups coming, but sometimes can take almost a minute. Do you know of a way to speed up this process? When I used the EspoCRM on their demo server the popup was almost instantaneous. Any advice that you can offer is VERY appreciated....
-
@jerimiah Interesting. Can you try to take some websocket test pages like https://www.websocket.org/echo.html or https://websocketstest.com/ to see if it's some browser/websocket issue or package issue?