sessionMaker.TdataSession() Error reporting method does not exist
Opened this issue · 3 comments
TNT-ma commented
Session: sessionMaker.TdataSession(accounts[0]).Name("tdata"),
TdataSession Error reporting method does not exist
The example code has already expired
celestix commented
Can you explain it a bit more? The data seems insufficient to understand the problem.
TNT-ma commented
&gotgproto.ClientOpts{
Session: sessionMaker.TdataSession(accounts[0]).Name("tdata"),
},
Error display: TdataSession function does not exist
celestix commented
&gotgproto.ClientOpts{ Session: sessionMaker.TdataSession(accounts[0]).Name("tdata"), },
Error display: TdataSession function does not exist
Please update gotgproto to the latest by running this command:
go get -u github.com/celestix/gotgproto`
This should fix the issue.