PhotonStream.currentItem overflows with no warning

This has come up before I see, but I've just been bitten by this. If you send more than 253 items in a view then currentItem overflows on the reading end and you get bad data from ReceiveNext. Could an exception be thrown on write or read end to prevent this confusion? Took me a few hours to figure out (although I learned a bit so not a total loss :) )

Comments