-
-
Save anonymous/4a97e1c1270ce4967bb4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22:22:35 web.1 | Listening on 0.0.0.0:3000, CTRL+C to stop | |
22:22:41 web.1 | [pry-remote] Waiting for client on druby://127.0.0.1:9876 | |
22:22:47 web.1 | [pry-remote] Client received, starting remote session | |
22:22:47 web.1 | [pry-remote] Remote session terminated | |
22:22:47 web.1 | | |
22:22:47 web.1 | From: /Users/me/2.0.0/drb/drb.rb @ line 1212 DRb::DRbConn.open: | |
22:22:47 web.1 | | |
22:22:47 web.1 | 1207: else | |
22:22:47 web.1 | 1208: conn.close | |
22:22:47 web.1 | 1209: end | |
22:22:47 web.1 | 1210: end | |
22:22:47 web.1 | 1211: end | |
22:22:47 web.1 | => 1212: end | |
22:22:47 web.1 | 1213: | |
22:22:47 web.1 | 1214: def initialize(remote_uri) # :nodoc: | |
22:22:47 web.1 | 1215: @uri = remote_uri | |
22:22:47 web.1 | 1216: @protocol = DRbProtocol.open(remote_uri, DRb.config) | |
22:22:47 web.1 | 1217: end | |
22:22:47 web.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment