devsullo / ng2-STOMP-Over-WebSocket

STOMP Over WebSocket service for angular2
http://devsullo.com/github/angular2-stomp-over-websocket-service/
MIT License
37 stars 14 forks source link

Invalid SockJS path 'info' #8

Open sysmat opened 7 years ago

sysmat commented 7 years ago

When host is configured , by default when connecting in request ' info' is append in request path, why?

In configuration should be :

host: hostname:port/endPoint

and then subscribe to topic on websocket

Regards, Tomaž