Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- Sonar - Write Clean Python Code. Always.
- InfluxDB - Access the most powerful time series database as a service
-
I am running socket.io on an Apache server through Python Flask. We're integrating it into an iOS app (using the Socket.IO-Client-Swift library) and we're having a weird issue.
-
We are not using mod_wsgi (as far as I know; I'm relatively new to mod_wsgi, apologies for any ignorance). We used to have a .wsgi file that called the main app script to run but we had to change that because mod_wsgi is not compatible with Flask SocketIO (as stated in the uWSGI Web Server section here). The way I am running the script now is by using supervisord to run the .py file as a daemon (using that specifically so it will autostart in the event of a server crash).
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
https://github.com/nuclearace/Socket.IO-Client-Swift/issues/95https://github.com/socketio/socket.io-client-swift/issues/359
Related posts
- Mixed Vendor Network Monitoring and Management
- is it possible for Push Notifications to update sqlite on a notification outside the app?
- Does v16 of socket io of swift client supports nodejs socket io server v4?
- Any tutorials you recommend for URLSession?
- Is there a reliable swift package for running a tcp connection from an ios app ?