You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There might occur problems when a trigger is listening on a map or a stream if only sub or subs is connected. In this case the trigger will never fire.
Possible solution
Map
When connecting a map with a trigger you could either ask the user to connect with a map sub port instead or arbitrarily descend and do it automatically.
Stream
This one is more difficult. One solution would be to remember the source port and descend. When pulling from this port, it would suffice if an appropriate marker (ideally BOS) appears.
The text was updated successfully, but these errors were encountered:
There might occur problems when a trigger is listening on a map or a stream if only
sub
orsubs
is connected. In this case the trigger will never fire.Possible solution
Map
When connecting a map with a trigger you could either ask the user to connect with a map sub port instead or arbitrarily descend and do it automatically.
Stream
This one is more difficult. One solution would be to remember the source port and descend. When pulling from this port, it would suffice if an appropriate marker (ideally
BOS
) appears.The text was updated successfully, but these errors were encountered: