Closed loongmxbt closed 1 year ago
Add some info. When I remove the following WEBSOCKET_CORE_GET = true
lines, I can send the messages.
# Websocket
WEBSOCKET_PUBLIC='true'
WEBSOCKET_PATH="/websocket"
WEBSOCKET_SYSTEM=false
WEBSOCKET_CORE='true'
# WEBSOCKET_CORE_GET='true'
# WEBSOCKET_CORE_POST='true'
# WEBSOCKET_CORE_PATCH='true'
# WEBSOCKET_CORE_DELETE='true'
Hi, there, I'm new to this extension, looks great and I can connect to my server. ws://127.0.0.1:8082/websocket
But when I send a message, it shows the following error, I've tried
GET
/get
My Deps
My .env file