Skip to content

Commit

Permalink
Merge pull request #626 from jpolchlo/fix/callback-server-collision
Browse files Browse the repository at this point in the history
Ensure multiple concurrent notebooks can create TMS servers
  • Loading branch information
jpolchlo committed Feb 2, 2018
2 parents ee3a9d9 + 76d072c commit 15492f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geopyspark/geotrellis/tms.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def __init__(self, server):
self.bound = False
self._host = None
self._port = None
self.pysc._gateway.start_callback_server()

def set_handshake(self, handshake):
self.server.setHandshake(handshake)
Expand Down

0 comments on commit 15492f5

Please sign in to comment.