Change Stream: Timeout Connection Or Open indefinitely?

Hi @Shay_I ,

Having a no timeout operations in programming is generally a bad habit. You need to secure your code with good resume operations and code to cover failure. Therefore indefent operations are not advised.

Thanks
Pavel