You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: