maxwellhaydn

Results 4 issues of maxwellhaydn

When you start handling many different types of events, the code in worker.js can get a little unwieldy: ``` scServer.on('connection', socket => { socket.on('foo1', (data, res) => { ... });...

According to the [documentation for MIDDLEWARE_HANDSHAKE_WS](https://socketcluster.io/#!/docs/middleware-and-authorization), you can pass an error object to `next()` to block a connection before the underlying WebSocket is created. However, doing so causes the SocketCluster...

chessboardjsx is pinned to an old version (2.6.0) of [react-dnd](https://github.com/react-dnd/react-dnd) that uses React's [legacy context API](https://reactjs.org/docs/legacy-context.html). This generates warnings in React 16.3+: ``` index.js:1 Warning: Legacy context API has been...

It would be great if this project supported input from sources other than files. For example, we use the [JDBC](https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html) and [JDBC static](https://www.elastic.co/guide/en/logstash/current/plugins-filters-jdbc_static.html) plugins to load data from relational databases...

enhancement
help wanted