-
Notifications
You must be signed in to change notification settings - Fork 2k
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
websocket issues #285
Comments
The reason this example hasn't been updated to use |
+1 |
There's nothing I can do for this until Google App Engine flexible environment supports websockets. :/ |
I am facing similar issue with port forwarding. I deployed a custom docker image of tcp server listening on port 6788 on app engine flexible environment. But seems like Can we run a tcp server on app engine flexible environment? If so then how do I apply port forwarding from host port to container port? |
Is there any update on this issue, is it likely to be fixed in the near future? |
+1 |
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
🤖 I have created a release \*beep\* \*boop\* --- ## [3.9.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.8.1...v3.9.0) (2021-07-30) ### Features * In Secret Manager, users can now use filter to customize the output of ListSecrets/ListSecretVersions calls ([#283](https://www.github.com/googleapis/nodejs-secret-manager/issues/283)) ([063691a](https://www.github.com/googleapis/nodejs-secret-manager/commit/063691a87291fab82037e9b444812dcf0724eb0c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Hi all,
i just wanted to use this example for websocket:
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/websockets
issue #1
using
vm: true
in app.yaml is not supported anymoreissue #2
env: flex
is missing in app.yamlissue #3
forwarding posts is not allowed anymore in flex-environments
`network:
forwarded_ports:
instance_tag: websocket`
issue #4
getExternalIP gets uncorrect ip-address from meta,
( scripts sets 104.xxx.xxx.xxx - console shows external ip as set to 130.xxx.xxx.xxx )
Does anyone have this example up and running on gce?
Main target is to create a websocket server which can be connected to from non gce-environmental clients...
thanks for help
The text was updated successfully, but these errors were encountered: