Skip to content

Integrate and test OnRecv in ConnFb #6028

@kostasrim

Description

@kostasrim

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions