await EnsureRoomAvailable(roomId, period, isRoomAvailable);
jenssc opened this issue · 4 comments
jenssc commented
Hi
Isn't it a bug that nothing is using anything from the call to EnsureRoomAvailable ?
The code will never wait for anything to get completed and there by you end up creating the event before ensuring that the room is available.
alexeyzimarev commented
It's definitely used
dotnet-sample/Bookings.Domain/Bookings/Booking.cs
Lines 7 to 18 in 5f5cdb0
jenssc commented
Ahhh... sorry :-)
jenssc commented
Sure... my bad :-)