Brian Shannon

Results 8 comments of Brian Shannon

Here is the client console ```` === ready === subscribe.html:65 socket.io connected() subscribe.html:75 socket.io message: {type: "welcome", id: "G2flbGkugzd7U6CJAAAH"} subscribe.html:82 connected to server. clientId=G2flbGkugzd7U6CJAAAH subscribe.html:265 getRouterRtpCapabilities: {codecs: Array(3), headerExtensions: Array(13),...

I have also changed the top of the server file to ```` const fs = require('fs'); let serverOptions = { hostName: "178.128.128.151", listenPort: 443, useHttps: true, httpsKeyFile:"../MyKeyFile", httpsCertFile:"../MyCertFile", }; let...

I think I have the same problem issues: #3 _Do you get this on you server?_ ```` -- createConsumerTransport --- -- create transport id=c2325aaa-2c37-4e88-b257-b12f848b22a3 consumerTransports count=1 -- consume --kind=video --...

4 changes are need in 3 places 1) create a new function ``` function combineReducersWithLoadingMeta(reducers, combineReducers){ const s_a = combineReducers(reducers) return (state, action)=>{ const __AUTO_loadingAsync_proto_ = state && state.loading ?...

The above can be improved with ``` // combineReducers implementation const combineReducersPoly = (reducers) => const keys = Object.keys(reducers) return (state = {}, action) => { return keys.reduce((nextState, key) =>...

You should use a vector language like brainfuk to write a vector database Hahaha 🤣