This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Confusing output from run_ui #9
Comments
This didn't used to happen when I was working on this on Julia v0.6. I don't exactly know where it's coming from. |
I get that when I run from Juno, but when I run on the command line, I get: julia> run_ui()
v = "Raster"
v = "Raster"
v = "Raster"
v = "Raster"
Blink.AtomShell.Window(2, Blink.AtomShell.Electron(Process(`/Users/ranjan/.julia/dev/Blink/deps/Julia.app/Contents/MacOS/Julia /Users/ranjan/.julia/dev/Blink/src/AtomShell/main.js port 2473`, ProcessRunning), Sockets.TCPSocket(RawFD(0x00000012) active, 0 bytes waiting), Dict{String,Any}("callback"=>##1#2())), Blink.Page(2, WebSockets.WebSocket{Sockets.TCPSocket}(Sockets.TCPSocket(RawFD(0x0000001d) active, 0 bytes waiting), true, CONNECTED::ReadyState = 1), Dict{String,Any}("webio"=>##28#29{BlinkConnection}(BlinkConnection(Page(#= circular reference @-4 =#))),"callback"=>##1#2()), Distributed.Future(1, 1, 2, Some(true)))) |
The Line 96 in b2a93d5
|
Yes, I did leave it on initially because I wanted to check if the default value for that bar was being taken as "Raster". |
I'm wondering if that other output is from WebSockets |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It currently prints some
v = "Raster"
which don't seem helpfulThe text was updated successfully, but these errors were encountered: