Message Queue pool for websocket messaging
git clone https://github.com/parabolahq/vertex
- Setup environment variables, or config via file
- Sync dependencies
go mod download && go mod verify
- Build executable
go build main.go
- Run executable
./main
Int Error Code | Description | Fix recommendations |
---|---|---|
0 |
Internal error occurred | Contact Backend Dev |
1 |
Token invalid or not presented | Check if token is sent in Authorization header and obtained with correct way |
2 |
Parse of json failed | Check if websocket request is encoded to JSON correctly and |
3 |
Error occurred in sending message to MQ | _Check if Message Queue is correctly configured |
- Master: Main version of Vertex