WIP: Throw an error though
This commit is contained in:
parent
6e8e338af1
commit
eee5867f5c
|
@ -123,6 +123,8 @@ public final class Manager
|
|||
if(requestQueue[getTagPosition(tag)].isFulfilled())
|
||||
{
|
||||
receivedData = requestQueue[getTagPosition(tag)].dataReceived;
|
||||
|
||||
/* TODO: Set the request to dead now */
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,6 +20,11 @@ public final class Request
|
|||
*/
|
||||
private bool fulfilled;
|
||||
|
||||
/**
|
||||
* Whether
|
||||
*/
|
||||
public bool isDead;
|
||||
|
||||
/**
|
||||
* The tag for this request
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue