Hi,
Yes,
If you connecting to the same SSH Server from the same IP usually there is a limit on how many session channels server can open and in my investigation I found that common number is 10. If you know that your server can support more then one session channel from the same IP you can change it by specifying number of channels using MaxSessions property in ConnectionInfo object.
Hope it helps,
Thanks,
Oleg