Ankush Menat
Ankush Menat
milder approach: - IN DNR: Add "naming series" option. User can pick existing series instead of specifying prefix and storing counter on DNR.
Sidenote: to make this more useful we should also implement `SimpleWorker` support in RQ worker. SimpleWorker doesn't fork the process like RQ's default worker and hence the overhead for small...
Skipping tests, fairly simple change IMO.
Will add docs before merge. Roughly here's how it works: - use extraHeaders in socketio client to set auth header: - everything else as usual https://socket.io/docs/v4/client-options/#extraheaders I don't have any...
The code is kidna cringe and repetitive. Idk if there's any better way to do this, but in total we have 3 requests right now that need it so not...
This could be localhost problem, try 127.0.0.1. maybe default site serving isn't handled by socketio server well. https://github.com/frappe/frappe/blob/d0de5da21e2a5ee191685fa93c80ebfcd894d763/realtime/middlewares/authenticate.js#L59
https://github.com/frappe/frappe/blob/d0de5da21e2a5ee191685fa93c80ebfcd894d763/realtime/middlewares/authenticate.js#L34 This line produces your errror. Here it's mostly not finding the correct host.
docs: https://frappeframework.com/docs/user/en/api/realtime Redoing this, WIP.
List view won't work right? That's the reason why this is added from what I can tell. Maybe list view code can make an exception for it, but you'll find...
This sounds like some weird networking problem :thinking: