educative.io

Send a message to the WaitingUserService server holding the longest waiting user to process their request

  1. Send a message to the WaitingUserService server holding the longest waiting user to process their request if required seats have become available.

what do you mean by processing their request? don’t we just get the next user in line from waitinguserservice? then, we check if seats can be reserved now. if so, we send the reservation confirmation.