You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nevermind, looks like you open a channel like this:
ch1, err:=conn.Channel()
failOnError(err, "Failed to open a channel")
deferch1.Close()
ch2, err:=conn.Channel()
failOnError(err, "Failed to open a channel")
deferch2.Close()
my only question - is there a default channel or is the default no channel?
ChatGPT says this:
but the API is like this:
so how could I access any other channels associated with the TCP conn?
The text was updated successfully, but these errors were encountered: