8 Commits

Author SHA1 Message Date
Alex Potsides
c77d8de2e7
fix: remove use of assert module (#34)
* fix: remove use of assert module

The polyfill is big, we can simulate it by throwing an Error and it doesn't work under React Native.

* chore: pr comments
2020-02-17 22:19:13 +01:00
Jacob Heun
5c88d77aaa
fix(connection): tracks streams properly (#25) 2020-02-04 17:34:56 +01:00
Jacob Heun
5967834a2f
fix(connection): dont require remoteAddr on creation (#20) 2020-01-17 15:38:14 +01:00
Jacob Heun
bdbd58e897
feat: export connection status' (#15)
* feat: export the connection status'

* docs(fix): correct status listing
2019-12-15 16:54:43 +01:00
Jacob Heun
749a8d035d
fix: localAddr should be optional (#6)
The local address of a connection will not always be known, such as a browser client, so it should not be required.
2019-10-30 16:56:28 +01:00
Jacob Heun
32f863be86
chore: clean up content routing 2019-10-18 14:20:29 +02:00
Jacob Heun
c9fa1ac249
chore: fix connection tests and do cleanup 2019-10-18 14:14:27 +02:00
Jacob Heun
020f72b336
refactor: move all files to the right place 2019-10-18 13:58:35 +02:00