-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connected to server undefined - misleading #4
Comments
Typically the Which STOMP broker are you using? |
Ah, seems we aren't using a STOMP broker and have something more custom. Sounds like if we add the |
I am very new to this subject, am facing same issue can any one help how to add the server header ourselves to resolve this issue |
This is not an error. The value is only used in log statements. So, if you are unclear just ignore it. If you want to resolve it, you will need to update code of your broker to send a |
Thanks for the quick reply,
Issue got resolved,
…On Wed, Jun 12, 2019 at 2:45 PM Deepak Kumar ***@***.***> wrote:
This is not an error. The value is only used in log statements. So, if you
are unclear just ignore it.
If you want to resolve it, you will need to update code of your broker to
send a server header in the CONNECTED frame. Please see
https://stomp.github.io/stomp-specification-1.2.html#CONNECTED_Frame
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=ALKM4I4GRU3Z5DAWANVTCKDP2C5CPA5CNFSM4FRE5I62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXPYZMI#issuecomment-501189809>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALKM4I74EXABQA4IRUFRTD3P2C5CPANCNFSM4FRE5I6Q>
.
|
解决了吗 |
Hi, sory but i'm using spring boot with websocket and i want to customize the server header, so far i can't find anything that work, so any suggestion ? |
Can you share your header? @NarasimhaMuddunri |
The text was updated successfully, but these errors were encountered: