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
After making the changes suggested by the readme file in Dlife.zip. I get a lot of errors related to tuple class.
^
symbol: class Tuple
.\routing\MessageRouter.java:497: error: cannot find symbol
m2 = ((Tuple<Message, Connection>)o2).getKey();
The reason for this error is that the tuple class is not present in 1.6.0 which was present in 1.4.1 what can I replace the tuple class with? Right now I have copied the tuple class from 1.4.1 and pasted it in 1.6.0 core, but I do not know the implication of doing this. Could someone please help me here?
The text was updated successfully, but these errors were encountered:
After making the changes suggested by the readme file in Dlife.zip. I get a lot of errors related to tuple class.
^
symbol: class Tuple
.\routing\MessageRouter.java:497: error: cannot find symbol
m2 = ((Tuple<Message, Connection>)o2).getKey();
The reason for this error is that the tuple class is not present in 1.6.0 which was present in 1.4.1 what can I replace the tuple class with? Right now I have copied the tuple class from 1.4.1 and pasted it in 1.6.0 core, but I do not know the implication of doing this. Could someone please help me here?
The text was updated successfully, but these errors were encountered: