-
Notifications
You must be signed in to change notification settings - Fork 1
Application Transport
Victor Dudochkin edited this page Jun 8, 2018
·
1 revision
We have a two transport bus. One is persistent connection, other is not. We should to implement transport to deliver messages using second way. The task is to deliver few messages in a request. It is possible when we'll use the multiplexing. We will inject it between HTTP (for example) and application protocol. When we do it the requewst based protocol will look like a persistent, with "defer" feature of course. We do not guaranty that the message will deliver at the time, but it will send and probably delivered in the session.