|
@@ -291,9 +291,6 @@ module InterconnectionPointProtocolHandler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
# default method that is being run on receiving data!
|
|
# default method that is being run on receiving data!
|
|
def receive_data(data) # connection receives a line on the server end
|
|
def receive_data(data) # connection receives a line on the server end
|
|
|
|
|
|
@@ -346,7 +343,7 @@ def main
|
|
|
|
|
|
# #run: Note that this will block current thread.
|
|
# #run: Note that this will block current thread.
|
|
EventMachine.run {
|
|
EventMachine.run {
|
|
- EventMachine.start_server "0.0.0.0", 7338, InterconnectionPointProtocolHandler
|
|
|
|
|
|
+ EventMachine.start_server "0.0.0.0", 7337, InterconnectionPointProtocolHandler
|
|
}
|
|
}
|
|
end
|
|
end
|
|
|
|
|