Maxim Plotnikov
Results
2
issues of
Maxim Plotnikov
**Describe the bug** When running the Swagger documentation generation (swag init), the process fails with a panic: runtime error: invalid memory address or nil pointer dereference. The error occurs during...
Added GetAllOnlineUsers method to stats manager and CLI command for getting this info. Execute: ``` .\xray.exe api statsgetallonlineusers -server="127.0.0.1:8080" ``` Result: ```json { "users": [ "user>>>user1>>>online" ] } ``` Maybe...