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
3.8.2
Linux (AMD)
Source Code Deployment
func (c *tokenCache) BatchSetTokenMapByUidPid(ctx context.Context, tokens map[string]map[string]int) error 提示 "error": "Error: redis: can't marshal map[string]int (implement encoding.BinaryMarshaler) 需要转换为map[string]string
No response
The text was updated successfully, but these errors were encountered:
Hello! Thank you for filing an issue.
If this is a bug report, please include relevant logs to help us debug the problem.
Join slack 🤖 to connect and communicate with our developers.
Sorry, something went wrong.
We have fixed it. Thank you for pointing out this issue.
icey-yu
Successfully merging a pull request may close this issue.
OpenIM Server Version
3.8.2
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
func (c *tokenCache) BatchSetTokenMapByUidPid(ctx context.Context, tokens map[string]map[string]int) error
提示
"error": "Error: redis: can't marshal map[string]int (implement encoding.BinaryMarshaler)
需要转换为map[string]string
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: