Skip to content
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

fix(websockets): unable to send messages to clients #115

Merged
merged 6 commits into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. fix(websockets): unable to send messages to clients

    Now that each `cloud.Function` executes in it's own process, it is impossible to use a global WebSockets server to send messages.
    
    Instead, starts a small local http server that sends the messages across process boundaries.
    eladb committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e9e3828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cda67e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b16d1e View commit details
    Browse the repository at this point in the history
  4. Update package.json

    eladb authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ee07059 View commit details
    Browse the repository at this point in the history
  5. Update package.json

    eladb authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d257273 View commit details
    Browse the repository at this point in the history
  6. Update package.json

    eladb authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9514a46 View commit details
    Browse the repository at this point in the history