Hi Caché-Developers!
My Caché Version: 2014.1 and the CSP-Gateway Version ( + Apache) also. I can't upgrade now.
I want create a Web-Socket for my Chat like in that Tutorial:
https://community.intersystems.com/post/tutorial-websockets
And there's my problem. When I set SharedConnection like:
set ..SharedConnection = 1
I get on init connection with the server that message:
.png)
First i think everything is okay but here i also didn't get the Messages on init from Server-Side:
.png)
When I now send a message to the WebSocket, I got following error:
.png)
Without SharedConnection = 1, everything works fine for

.png)



