We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my case fromStackExchange is always false:
const waitComesFromStackExchange = '!' var wait = "1620719461266218800" fmt.Printf("waitComesFromStackExchange=%s wait=%s\n", string(waitComesFromStackExchange), wait) //wait[0]: type = uint8 //waitComesFromStackExchange: type = int32 //string(wait[0]+waitComesFromStackExchange) = 'R' //await := genWaitStackExchange(wait) // R620719461266218800 fmt.Printf("genWaitStackExchange(wait) = %s\n", string(wait[0]+waitComesFromStackExchange)+wait[1:]) //fromStackExchange = false var await = "R620719461266218800" fromStackExchange := len(await) > 2 && await[1] == waitComesFromStackExchange fmt.Printf("fromStackExchange = %v\n", fromStackExchange)
neffos/message.go
Lines 237 to 246 in 2221a9a
Lines 349 to 375 in 2221a9a
neffos/conn.go
Lines 428 to 432 in 2221a9a
The text was updated successfully, but these errors were encountered:
kataras
No branches or pull requests
In my case fromStackExchange is always false:
neffos/message.go
Lines 237 to 246 in 2221a9a
neffos/message.go
Lines 349 to 375 in 2221a9a
neffos/conn.go
Lines 428 to 432 in 2221a9a
The text was updated successfully, but these errors were encountered: