timhaley94 / holdem

Real time poker in JavaScript
https://holdemhounds.com
GNU General Public License v3.0
7 stars 7 forks source link

Switch load balancer type to alb to support websockets #97

Closed timhaley94 closed 4 years ago

timhaley94 commented 4 years ago

Background

Currently websocket handshakes are failing. I believe this has to do with the fact that the classic load balancer, as configured, cannot support the websocket protocol. Allegedly, application load balancers can support this.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 7d11f6ea and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 25.4% (0.0% change).

View more on Code Climate.