SharkCagey / SharkCage

1 stars 3 forks source link

Make all network requests wait for a response #73

Closed DonatJR closed 6 years ago

DonatJR commented 6 years ago

To be able to report success / errors

Idea:

DonatJR commented 6 years ago

for now, I only implemented a simple boolean true / false as the return value of sending messages, in the future this could be expanded to an enum with possible values: success, timeout, failure, ... also, the result message is a simple string for now, this could also be changed to an enum with predefined messages if needed