Currently ConnFb is synchronous in respect to socket reads. This is not flexible enough for the uses cases discussed in #5952 and #6006
The first step is to turn synchronous reads to asynchronous via the OnRecv interface.
- Introduce a flag for the new ConnFb functionality
- Use notification based interface by registering an OnRecv hook
- test