Blocking room is safe?

I am carrying out a blocking web operation (with timeout) so that data room data is synced to our cloud before closing room. I am Holding off IBeforeCloseRoomInfo.Continue() call until this timed loop finishes, can some one verify if, blocking this room does not affect other rooms?

In other words is each room run on different thread(Physical or Virtual)?

Comments

  • Bumpy bump bump.
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @para_nautilus,

    I am Holding off IBeforeCloseRoomInfo.Continue() call until this timed loop finishes, can some one verify if, blocking this room does not affect other rooms?
    I honestly forgot what we recommend in this case, if we allow it or not. Maybe @chvetsov can remember better.

    In other words is each room run on different thread(Physical or Virtual)?
    You can read about threading here.
  • hi, @para_nautilus
    it should be safe in general.

    best,
    ilya