In this project, we develop a chat server with automatic distribution, automatic scale in/out, and maintenance functions! For more information, please visit https://ghkdqhrbals.github.io/portfolios/docs/project
MIT License
41
stars
3
forks
source link
get status code 409 by request multiple rest api #9
While I test my chatting Server with following golang test codes, unintended error occurs which is response with 409 status code.
Here's my test code written in golang.
And my user.json file looks like
And here's the console of mine when running testing codes.
This is my server log.