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
The previous limitation of one-way communication restricted the library’s applicability in scenarios requiring real-time bidirectional text exchange, such as chat applications. We need to find a way to allow bidirectional text transfer.
Links / References
/-
Tasks / Definition of Done
Add two events for text-transfered, text-received instead of the event done.
Update the classes FlottformChannelClient, FlottformChannelHost, FlottformTextInputClient and FlottformTextInputHost
Build a messaging app to show how the bidirectional text transfer works
Update the other projects (for example where-are-you.at) which are using the old version of text transfer
Further information
Diagram showing the events emitted by FlottformTextInputHost and FlottformTextInputClient that can be used to update the UI.
The text was updated successfully, but these errors were encountered:
Description
The previous limitation of one-way communication restricted the library’s applicability in scenarios requiring real-time bidirectional text exchange, such as chat applications. We need to find a way to allow bidirectional text transfer.
Links / References
/-
Tasks / Definition of Done
text-transfered
,text-received
instead of the eventdone
.FlottformChannelClient
,FlottformChannelHost
,FlottformTextInputClient
andFlottformTextInputHost
Further information
Diagram showing the events emitted by FlottformTextInputHost and FlottformTextInputClient that can be used to update the UI.
The text was updated successfully, but these errors were encountered: