mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
739f88e52e
in Connection#close. We can do this because `isActive()` can only return `true` if `this.webSocket` is truthy. (We can't have an active connection without having instantiated a WebSocket. This is confirmed in the code: Connection#isActive calls Connection#isState which calls Connection#getState, which checks if `this.webSocket` is truthy and returns `null` otherwise.) |
||
---|---|---|
.. | ||
adapters.js | ||
connection.js | ||
connection_monitor.js | ||
consumer.js | ||
index.js | ||
logger.js | ||
subscription.js | ||
subscriptions.js |