Okay, I see can you suggest anything with this ca...
# tornadofx
c
Okay, I see can you suggest anything with this case: if user’s sending message, it should be shown before server responded with successful status. The guy before me implemented this as “Adding object to the list with fake id, then, after server responded with success, changing it’s ids and other data with data from respond (Id’s generated by server, such as timestamp)“. Can I run it as
runAsync
with progress bar indicator?