mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
fixed client ip address
This commit is contained in:
parent
ade836c08a
commit
526f0c09bc
4 changed files with 13 additions and 6 deletions
|
|
@ -145,6 +145,7 @@ public class Session {
|
|||
callbackMetadata.put(Bisocket.IS_CALLBACK_SERVER, "true");
|
||||
CallbackHandler callbackHandler = new CallbackHandler();
|
||||
callbackClient.addListener(callbackHandler, callbackMetadata);
|
||||
callbackClient.invoke("");
|
||||
|
||||
this.sessionId = callbackClient.getSessionId();
|
||||
boolean registerResult = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue