casterock

Results 2 issues of casterock

Which method is intended for hostname and which for IP from client? Thanks and best regards

**Steps to Reproduce** Declare `@HiveType(typeId: 1) class Pings extends HiveObject { @HiveField(0) late String ip; @HiveField(1) late String mac; //mac @HiveField(2) late DateTime last_ping; @HiveField(3) bool connected=false; @HiveField(4) String user="...

problem