SocketIO in v14

Hi,

Would like to ask regarding socketio in v14.
From the installation, redis for queue & socketio are using same redis. However in migration notes, it only merged in v15 (Migrating to version 15 · frappe/frappe Wiki · GitHub)

Noticed in v14

  • Redis for ueue & socketio are using same redis. However in migration notes, it only merged in v15 (Migrating to version 15 · frappe/frappe Wiki · GitHub)
  • I can’t trigger message from server to frontend by using frappe.publish_realtime(event=“msgprint”) from bench console. It works fine prior v14
  • Deleting multiple records, e.g. 10 records, from List View, does not show progress bar in v14.

Is this the intended changes ?

Thanks.
Subhajit

1 Like