`I` gates do not update.
Pheotis opened this issue ยท 2 comments
Bug Description
This is probably related to #261
Reproduction Steps
- Make this portal on Server1:
gate1
gate2
server2
i
This will create a disconnected sign because gate2 doesn't exist yet.
- Make this portal on Server2:
gate1
gate2
server2
i
This will create a connected gate because gate1 was just created
- Return to Server1 and try to use gate1.
Desired Behaviour
Somehow, we need to inform gate1
on server1
that its destination has been created
Observed Behaviour
An incorrectly disconnected portal occurs.
Trace Logs
Latest core, latest paper, latest velocity, via mariadb on windows.
Other Information
No response
I still do not understand how to reliably repro this (it happens frequently, but with no apparent pattern).
In any case, messing around with I gates on a velocity mariadb network of paper servers is bound to produce this problem in abundance.