victor-gapeev
Results
2
issues of
victor-gapeev
## Description When I use ctx.ShouldBindJSON(&body), it quietly close request without any response. Other requests with same method works normally. ## How to reproduce Model: ```golang type FastEnterDto struct {...
In my standalone Golang application, I utilize RoseDB and distribute it to the client as an .exe. This application acts as a server that supports multiple sessions for a single...