I'm doing spectacular. About to cook some dinner. By my wonderfully pregnant wife's request, I'm making Hamburger Helper, because she is sick and tired of all this delicious healthy food and she just wants to pig out! Then I am gonna play some Inherit the Earth and see if Cronozilla is up for some Saints Row 4. We have almost beat that game 100% in co-op.
How about you Popo?
Ack wrote:I don't know, chief, the haunting feeling of lust I feel whenever I look at your avatar makes me think it's real.
-I am the idiot that likes to have fun and be happy.
Well, I'm currently being frustrated at work because I can't get two way communication over my websocket working even though it seems like I should be having all the pieces I need.
But dinner at 3pm?
Blizzard Entertainment Software Developer - All comments and views are my own and not representative of the company.
MrPopo wrote:Well, I'm currently being frustrated at work because I can't get two way communication over my websocket working even though it seems like I should be having all the pieces I need.
But dinner at 3pm?
She wakes up at 5 PM and has to go to work overnight as a nurse, so maybe it should be...breakfast?
Also.....did you try turning it off and turning it on again?
Ack wrote:I don't know, chief, the haunting feeling of lust I feel whenever I look at your avatar makes me think it's real.
-I am the idiot that likes to have fun and be happy.
MrPopo wrote:Well, I'm currently being frustrated at work because I can't get two way communication over my websocket working even though it seems like I should be having all the pieces I need.
But dinner at 3pm?
Firewall in your way? Overly zealous network engineer got you down?
Let strength be granted, so the world might be mended...so the world might be mended.
MrPopo wrote:Well, I'm currently being frustrated at work because I can't get two way communication over my websocket working even though it seems like I should be having all the pieces I need.
But dinner at 3pm?
Firewall in your way? Overly zealous network engineer got you down?
No, it's gotta be something in my code/configuration. As it stands what we've got working is the client connects to the server, creates the web socket session, then the server starts publishing messages down over STOMP and the client acks or nacks as appropriate. What we want is for the client to also be able to send messages up to the server across the same web socket.
Blizzard Entertainment Software Developer - All comments and views are my own and not representative of the company.
MrPopo wrote:Well, I'm currently being frustrated at work because I can't get two way communication over my websocket working even though it seems like I should be having all the pieces I need.
But dinner at 3pm?
Firewall in your way? Overly zealous network engineer got you down?
No, it's gotta be something in my code/configuration. As it stands what we've got working is the client connects to the server, creates the web socket session, then the server starts publishing messages down over STOMP and the client acks or nacks as appropriate. What we want is for the client to also be able to send messages up to the server across the same web socket.
Are you going through a load balancer? Sounds like a sticky session situation.
Ack wrote:
MrPopo wrote:the client acks or nacks as appropriate
That is never appropriate.
You can nacks me in any time Ack.
Let strength be granted, so the world might be mended...so the world might be mended.
This is on local box testing; again it gets down just fine, I just can't get it to go back up. It doesn't help that this is extremely new technology that doesn't have a lot of good examples out there, especially for Java to Java communications. Most of the examples are Java server and JS client.
Blizzard Entertainment Software Developer - All comments and views are my own and not representative of the company.