Skip to content
  • Mitchell Moore's avatar
    74c915c8
    Implemented celery to work with sockeio in flask. Added room to facilitate communication · 74c915c8
    Mitchell Moore authored and Krish Moodbidri's avatar Krish Moodbidri committed
    - fix var in run.py
    - Romove old functions
    - Sending a message to the client webapp to start layover before starting celery task
    - Commenting out socketio emit before calling celery task
    - modify the message_queue in socketio app
    - Adding on_room fuction taht gets triggered when connection is made, and we need to join a room for the communcation to take place between client and server
    - Removing unused functions and commented out lines
    74c915c8
    Implemented celery to work with sockeio in flask. Added room to facilitate communication
    Mitchell Moore authored and Krish Moodbidri's avatar Krish Moodbidri committed
    - fix var in run.py
    - Romove old functions
    - Sending a message to the client webapp to start layover before starting celery task
    - Commenting out socketio emit before calling celery task
    - modify the message_queue in socketio app
    - Adding on_room fuction taht gets triggered when connection is made, and we need to join a room for the communcation to take place between client and server
    - Removing unused functions and commented out lines
Loading