updates #207
| @@ -373,6 +373,10 @@ func (m *memoryEvent) SetError(err error) { | ||||
| 	m.err = err | ||||
| } | ||||
|  | ||||
| func (m *memoryEvent) Context() context.Context { | ||||
| 	return m.opts.Context | ||||
| } | ||||
|  | ||||
| func (m *memorySubscriber) Options() broker.SubscribeOptions { | ||||
| 	return m.opts | ||||
| } | ||||
|   | ||||
| @@ -305,6 +305,10 @@ func (t *tunEvent) SetError(err error) { | ||||
| 	t.err = err | ||||
| } | ||||
|  | ||||
| func (t *tunEvent) Context() context.Context { | ||||
| 	return context.TODO() | ||||
| } | ||||
|  | ||||
| // NewBroker returns new tunnel broker | ||||
| func NewBroker(opts ...broker.Option) (broker.Broker, error) { | ||||
| 	options := broker.NewOptions(opts...) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user