easternbloc / node-stomp-client

A STOMP client for Node.js
Other
93 stars 47 forks source link

No way to set clien-id on connect header #81

Open CJX3M opened 4 years ago

CJX3M commented 4 years ago

On the connect function, there's no way to set the client-id as it can be clearly seen that's not included in the CONNECT verb headers

image

And it shouil be possible to be added

image