Pekue

Results 2 comments of Pekue

> Two account, accountA has tbnb while accountB doesn't I use SetBucketFlowRateLimit, the paymentAddr was created by accountA, and bucketOwner is accountB. But, when i call CreateBucket by accountB, error...

I think I should have found the reason. [https://github.com/nanomsg/mangos/blob/master/transport/tlstcp/tlstcp.go#L187](url) ` p.SetOption(mangos.OptionTLSConnState, tc.ConnectionState()) ` tc.ConnectionState() is invalid before completing the handshake, so it should be set after completing the handshake. or...