-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking Change - All functions that took a Peer now take a *Session #108
base: v2
Are you sure you want to change the base?
Commits on Dec 2, 2015
-
All functions that took a Peer now take a *Session
- allows us to generate session-specific ids
Configuration menu - View commit details
-
Copy full SHA for 239195f - Browse repository at this point
Copy the full SHA 239195fView commit details
Commits on Jan 12, 2016
-
Fix websocket send concurrency issue
- fixes a problem when running with AutobahnPython and twisted
Configuration menu - View commit details
-
Copy full SHA for 4621c93 - Browse repository at this point
Copy the full SHA 4621c93View commit details
Commits on Jan 13, 2016
-
- prevent data race; maps aren't safe for concurrent use
Configuration menu - View commit details
-
Copy full SHA for 6959270 - Browse repository at this point
Copy the full SHA 6959270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f80efd - Browse repository at this point
Copy the full SHA 1f80efdView commit details
Commits on Jan 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7731912 - Browse repository at this point
Copy the full SHA 7731912View commit details
Commits on Feb 5, 2016
-
Fixed error reporting on RPC calls
JakobGreen committedFeb 5, 2016 Configuration menu - View commit details
-
Copy full SHA for dd3c64a - Browse repository at this point
Copy the full SHA dd3c64aView commit details
Commits on Mar 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 73f37c5 - Browse repository at this point
Copy the full SHA 73f37c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f011e - Browse repository at this point
Copy the full SHA 96f011eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 742b9c3 - Browse repository at this point
Copy the full SHA 742b9c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf55c97 - Browse repository at this point
Copy the full SHA bf55c97View commit details
Commits on Aug 1, 2016
-
Fix problems using the wrong types of ids in pub/sub
- fixes problems with multiple subscribers to the same topic
Configuration menu - View commit details
-
Copy full SHA for 7e3d305 - Browse repository at this point
Copy the full SHA 7e3d305View commit details
Commits on Aug 4, 2016
-
3
Configuration menu - View commit details
-
Copy full SHA for 405ff69 - Browse repository at this point
Copy the full SHA 405ff69View commit details -
Configuration menu - View commit details
-
Copy full SHA for c88b89f - Browse repository at this point
Copy the full SHA c88b89fView commit details -
Fix compile errors in examples
- no guarantee they still work, but this makes it easier to run tests
Configuration menu - View commit details
-
Copy full SHA for ae44bc4 - Browse repository at this point
Copy the full SHA ae44bc4View commit details -
- single rw lock to make eliminate races, could definitely use some performance tuning/refactoring
Configuration menu - View commit details
-
Copy full SHA for 4b399d4 - Browse repository at this point
Copy the full SHA 4b399d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1cf8e0 - Browse repository at this point
Copy the full SHA c1cf8e0View commit details
Commits on Aug 19, 2016
-
If the websocket is closed, don't close it again
- it seems like this was blocking when the socket was already closed, which caused some stability issues over time as goroutines built up
Configuration menu - View commit details
-
Copy full SHA for 71f77d3 - Browse repository at this point
Copy the full SHA 71f77d3View commit details
Commits on Aug 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for afcecc3 - Browse repository at this point
Copy the full SHA afcecc3View commit details
Commits on Aug 25, 2016
-
- I noticed a that defaultBroker.Subscribe could block, and the only way that could happen is if the Send function in either Unsubscribe (unlikely) or Publish (very likely) blocked - I think there's still a larger problem with transports blocking on the Send, but this should at least allow messages to go through if that happens
Configuration menu - View commit details
-
Copy full SHA for 00ecc28 - Browse repository at this point
Copy the full SHA 00ecc28View commit details -
Added sendMsgs channel to send websocket messages without blocking.
Also added a write timeout.
Configuration menu - View commit details
-
Copy full SHA for 4a8e170 - Browse repository at this point
Copy the full SHA 4a8e170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90945ea - Browse repository at this point
Copy the full SHA 90945eaView commit details
Commits on Oct 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 20397bd - Browse repository at this point
Copy the full SHA 20397bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4b738 - Browse repository at this point
Copy the full SHA 4a4b738View commit details
Commits on Jan 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a8e7cbc - Browse repository at this point
Copy the full SHA a8e7cbcView commit details
Commits on Jun 8, 2017
-
Increase receive timeout to 30 seconds
This should probably be easier to set.
Configuration menu - View commit details
-
Copy full SHA for aaa21ce - Browse repository at this point
Copy the full SHA aaa21ceView commit details
Commits on Sep 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 573f579 - Browse repository at this point
Copy the full SHA 573f579View commit details