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
I read this code and found a problem:
In sessionlocal.go #137 delete(rs.streamsOut, idx)
I think it should changed to delete (rs.streamsIn, idx)
Maybe I am wrong, hope to reply as soon as possible
The text was updated successfully, but these errors were encountered:
I read this code and found a problem:
In sessionlocal.go #137
delete(rs.streamsOut, idx)
I think it should changed to
delete (rs.streamsIn, idx)
Maybe I am wrong, hope to reply as soon as possible
The text was updated successfully, but these errors were encountered: