You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Nodejs' core sockets to send some Json files, the code bellow is just the server connection handler and when this code run I've got a weird exception that sounds like JsonSocket doesn't have a 'data' or 'error' events. Have you had this kind of problem before?
...\node_modules\rxjs\Subscriber.js:227
throw err;
^
TypeError: Invalid event target
at Function.FromEventObservable.setupSubscription (...\node_modules\rxjs\observable\FromEventObservable.js:108:19)
at FromEventObservable._subscribe (...\node_modules\rxjs\observable\FromEventObservable.js:130:29)
at FromEventObservable.Observable.subscribe (...\node_modules\rxjs\Observable.js:45:27)
at Object.subscribeToResult (...\node_modules\rxjs\util\subscribeToResult.js:21:27)
at new TakeUntilSubscriber (...\node_modules\rxjs\operator\takeUntil.js:65:38)
at TakeUntilOperator.call (...\node_modules\rxjs\operator\takeUntil.js:51:34)
at Observable.subscribe (...\node_modules\rxjs\Observable.js:42:22)
at handleServerConnection (The function above!!!)
at tryCatcher (...\node_modules\rxjs\util\tryCatch.js:6:31)
at Server.<anonymous> (...\node_modules\rxjs\observable\FromEventObservable.js:122:56)
at emitOne (events.js:96:13)
at Server.emit (events.js:188:7)
at TCP.onconnection (net.js:1459:8)
The text was updated successfully, but these errors were encountered:
I'm using Nodejs' core sockets to send some Json files, the code bellow is just the server connection handler and when this code run I've got a weird exception that sounds like JsonSocket doesn't have a 'data' or 'error' events. Have you had this kind of problem before?
The text was updated successfully, but these errors were encountered: