Coder Social home page Coder Social logo

WebSocket issue about falcon HOT 6 CLOSED

socketry avatar socketry commented on May 16, 2024
WebSocket issue

from falcon.

Comments (6)

ioquatix avatar ioquatix commented on May 16, 2024

Sorry, this is my fault, let me check what's going on. There has been some refactoring going on as I figure out how to best support websockets and HTTP/3

Can you share me your Gemfile.lock?

from falcon.

shift avatar shift commented on May 16, 2024

As requested (I've changed the remote hostname, we use sonatype nexus to host our internal gems and proxy rubygems).

  remote: https://sonatype-nexus/repository/gems-group/
  specs:
    activesupport (5.2.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.6.0)
      public_suffix (>= 2.0.2, < 4.0)
    amq-protocol (2.3.0)
    amqp (1.8.0)
      amq-protocol (>= 2.2.0)
      eventmachine
    async (1.17.1)
      console (~> 1.0)
      nio4r (~> 2.3)
      timers (~> 4.1)
    async-container (0.10.2)
      async (~> 1.0)
      async-io (~> 1.4)
      process-group
    async-http (0.38.2)
      async (~> 1.14)
      async-io (~> 1.18)
      http-protocol (~> 0.15)
    async-io (1.23.0)
      async (~> 1.14)
    async-websocket (0.8.0)
      async-io
      websocket-driver (~> 0.7.0)
    backports (3.14.0)
    binding_of_caller (0.8.0)
      debug_inspector (>= 0.0.1)
    bson (4.4.2)
    build-environment (1.10.1)
    bunny (2.14.2)
      amq-protocol (~> 2.3, >= 2.3.0)
    platform_grpc (1.2.0.pre.rc1)
      grpc
    platform_logger (0.1.0)
    platform_mq (0.1.8)
      amqp
      bunny
      platform_logger (~> 0.1)
      eventmachine
      msgpack
      uuid
    platform_service (3.1.5)
      activesupport
      json-schema
      sinatra
      sinatra-contrib
    coderay (1.1.2)
    concurrent-ruby (1.1.5)
    console (1.2.3)
    cuba (3.9.2)
      rack (>= 1.6.0)
    debug_inspector (0.0.3)
    diff-lcs (1.3)
    docile (1.3.1)
    event_emitter (0.2.6)
    eventmachine (1.2.7)
    falcon (0.28.2)
      async (~> 1.13)
      async-container (~> 0.10.0)
      async-http (~> 0.38.0)
      async-io (~> 1.22)
      build-environment (~> 1.6)
      http-protocol (~> 0.17)
      localhost (~> 1.1)
      rack (>= 1.0)
      samovar (~> 2.1)
    google-protobuf (3.7.1)
    googleapis-common-protos-types (1.0.4)
      google-protobuf (~> 3.0)
    grpc (1.20.0)
      google-protobuf (~> 3.7)
      googleapis-common-protos-types (~> 1.0.0)
    http-hpack (0.1.1)
    http-protocol (0.17.1)
      http-hpack (~> 0.1.0)
    i18n (1.6.0)
      concurrent-ruby (~> 1.0)
    interception (0.5)
    json (2.2.0)
    json-schema (2.8.1)
      addressable (>= 2.4)
    localhost (1.1.5)
    macaddr (1.7.1)
      systemu (~> 2.6.2)
    mapping (1.1.1)
    memory_profiler (0.9.13)
    method_source (0.9.2)
    minitest (5.11.3)
    mongo (2.8.0)
      bson (>= 4.4.2, < 5.0.0)
    msgpack (1.2.10)
    multi_json (1.13.1)
    mustermann (1.0.3)
    nio4r (2.3.1)
    process-group (1.1.0)
    prometheus-client (0.9.0)
      quantile (~> 0.2.1)
    pry (0.12.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    pry-remote (0.1.8)
      pry (~> 0.9)
      slop (~> 3.0)
    pry-rescue (1.5.0)
      interception (>= 0.5)
      pry (>= 0.12.0)
    pry-stack_explorer (0.4.9.3)
      binding_of_caller (>= 0.7)
      pry (>= 0.9.11)
    public_suffix (3.0.3)
    quantile (0.2.1)
    rack (2.0.7)
    rack-protection (2.0.5)
      rack
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rake (12.3.2)
    rspec (3.8.0)
      rspec-core (~> 3.8.0)
      rspec-expectations (~> 3.8.0)
      rspec-mocks (~> 3.8.0)
    rspec-autotest (1.0.2)
      rspec-core (>= 2.99.0.beta1, < 4.0.0)
    rspec-core (3.8.0)
      rspec-support (~> 3.8.0)
    rspec-expectations (3.8.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-mocks (3.8.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-support (3.8.0)
    samovar (2.1.1)
      console (~> 1.0)
      mapping (~> 1.0)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sinatra (2.0.5)
      mustermann (~> 1.0)
      rack (~> 2.0)
      rack-protection (= 2.0.5)
      tilt (~> 2.0)
    sinatra-contrib (2.0.5)
      backports (>= 2.8.2)
      multi_json
      mustermann (~> 1.0)
      rack-protection (= 2.0.5)
      sinatra (= 2.0.5)
      tilt (>= 1.3, < 3)
    slop (3.6.0)
    systemu (2.6.5)
    thread_safe (0.3.6)
    tilt (2.0.9)
    timecop (0.9.1)
    timers (4.3.0)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    uuid (2.3.9)
      macaddr (~> 1.0)
    webrick (1.4.2)
    websocket (1.2.8)
    websocket-client-simple (0.3.0)
      event_emitter
      websocket
    websocket-driver (0.7.0)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.3)

PLATFORMS
  ruby

DEPENDENCIES
  async-websocket
  bunny
  platform_grpc (= 1.2.0.pre.rc1)
  platform_logger
  platform_mq
  platform_service
  cuba
  falcon
  google-protobuf
  grpc (= 1.20.0)
  json-schema
  memory_profiler
  minitest
  mongo
  prometheus-client
  pry-remote
  pry-rescue
  pry-stack_explorer
  rack
  rack-test
  rake
  rspec
  rspec-autotest
  simplecov
  timecop
  webrick (~> 1.3, >= 1.3.1)
  websocket-client-simple

BUNDLED WITH
   1.17.3```

from falcon.

ioquatix avatar ioquatix commented on May 16, 2024

I just released Falcon 0.29.0 - can you please bundle update and try this release? Thanks.

from falcon.

shift avatar shift commented on May 16, 2024

That's brilliant. Cheers. Currently load testing it, but all seems to be working.

from falcon.

ioquatix avatar ioquatix commented on May 16, 2024

Are you using websockets?

from falcon.

ioquatix avatar ioquatix commented on May 16, 2024

The next release (0.9.0) will make some backwards incompatible changes, but will be more scalable too. So either pin to 0.8.0 or be prepared for a small amount of work to migrate when updating to 0.9.0

from falcon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.