From your waveform, I can see that the signal request is a net.
If vif.request is also a net, this problem happens because you are trying to do procedural assignment to a net which value can be changed immediately by other drivers at the same time slot.
vif.request needs to be logic/reg instead of wire/inout to work with procedural assignment.