My project is vue2. When I import { Client } from '@stomp/stompjs' , console error.
error in ./node_modules/@stomp/stompjs/bundles/stomp.umd.js
Module parse failed: Unexpected token (501:24)
You may need an appropriate loader to handle this file type.
An ohter question: My hearbeatOutgoing and hearbeatIncoming set 10000, But sometimes it doesn't ping on time.This causes my ws link to sometimes break.
My project is vue2. When I import { Client } from '@stomp/stompjs' , console error.
An ohter question: My hearbeatOutgoing and hearbeatIncoming set 10000, But sometimes it doesn't ping on time.This causes my ws link to sometimes break.