H F
H F
Hello, I am doing a PoC to deploy Pega system on EKS. I created a PostgreSQL based RDS on AWS, and with EKS running in the same VPC in AWS...
When (in examples/pubsub/server.js) ``` javascript 51 app.publish(topicUri, event); ``` is being called, it seems the following codes could not be initialised, (lib/server.js) ``` javascript function Server(options) { this.options = options...
### When it happen: I opened two clients in different windows on Safari. One sent a message and the other could received, but if either of the clients quit, such...
Probably you would not use WebSocket.IO in your code? and it has switched to WS? and by the way, there are some things that confused me: 1. in `lib/server.js` ```...
I am not sure if I understand correctly, it seems your server only accept PUBLISH and the format is a bit different from WAMP specification? http://wamp.ws/spec#publish_message It says: publish (a)...