Hi, I encountered a problem with session that was closed. When `TypeAuthorizationStateClosed` is received, responses channel being closed https://github.com/zelenin/go-tdlib/blob/154a6dfde25e9c37157c4a91945d01a1a19b77ca/client/client.go#L106 But after that updates are keep getting in https://github.com/zelenin/go-tdlib/blob/154a6dfde25e9c37157c4a91945d01a1a19b77ca/client/tdlib.go#L79 But the channel is closed so it panics. Is it a bug or I am missing something?