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
If a client get BlockTransaction or BlockTransactionHistory, there is no more data to be sent to the client i think.
Then, the server should drop the connection right? @spikeekips
kfangw
changed the title
API: Transaction history to event stream
API: Transaction history -to event stream-
Jun 20, 2018
@kfangw : If a client get BlockTransaction or BlockTransactionHistory, there is no more data to be sent to the client i think. Then, the server should drop the connection right? @spikeekips
If not in 'event-stream', connection should be stopped by server-side, but in 'event-stream', the server and client should stay put in connection and wait for newly added transactions, is it make sense?
(almost same with #3)
This api can be used to check how the transmitted transaction(from client) is finished,
BlockTransaction
data.BlockTransactionHistory
data.The text was updated successfully, but these errors were encountered: