-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
enchannel-zmq-backend/__tests__/index.spec.ts
Lines 154 to 159 in b7d509f
| // TODO: This shouldn't work silently if the socket doesn't actually behave | |
| // like an actual socket | |
| // NOTE: RxJS doesn't error with the fromEvent until there is at least one | |
| // subscriber, which also tells me we might have the wrong behavior | |
| // here as it should go ahead and subscribe unconditionally... | |
| const channels = createMainChannelFromSockets(sockets); |