Closed gaoooon closed 7 months ago
When publishing in stompjs, please tell me how to send a JSON object to the body without using JSON.stringify.
The Stomp JS API expects a string as the body. Please convert your object to a string if it is not already a string.
When publishing in stompjs, please tell me how to send a JSON object to the body without using JSON.stringify.