Invalid Tag expression crashes server
NoDiskInDriveA opened this issue ยท 1 comments
Playing on a dedicated ATM10-2.43 server. When I added an invalid tag expression into a Tag Export Bus, the server crashed.
I haven't touched Java in more than a decade but since I can see the exception thrown from the lambda expression is not getting caught and from what I quickly read up on it, I think it might need to get caught within the lambda expression or at least (since it's unchecked) where the lambda is getting executed? Just a guess.